DOM
initKeyboardEventNS(String, String, boolean, boolean, AbstractView, String, int, String) - Method in interface org.w3c.dom.events.KeyboardEvent
The initKeyboardEventNS
method is used to initialize the
value of a KeyboardEvent
object and has the same
behavior as UIEvent.initUIEventNS()
.
initKeyEvent(String, boolean, boolean, boolean, boolean, boolean, boolean, int, int, AbstractView) - Method in class org.apache.batik.dom.events.DOMKeyEvent
Initializes this KeyEvent.
initLineInfo(FontRenderContext) - Method in class org.apache.batik.gvt.flow.BlockInfo
initLocalizable() - Method in class org.apache.batik.dom.ExtensibleDOMImplementation
initLocalizable() - Method in class org.apache.batik.dom.svg.SVGDOMImplementation
initMouseEvent(String, boolean, boolean, AbstractView, int, int, int, int, int, boolean, boolean, boolean, boolean, short, EventTarget) - Method in class org.apache.batik.dom.events.DOMMouseEvent
DOM: The initMouseEvent
method is used to
initialize the value of a MouseEvent
created
through the DocumentEvent
interface.
initMouseEvent(String, boolean, boolean, AbstractView, int, int, int, int, int, boolean, boolean, boolean, boolean, short, EventTarget) - Method in interface org.w3c.dom.events.MouseEvent
The initMouseEvent
method is used to initialize the value
of a MouseEvent
object and has the same behavior as
UIEvent.initUIEvent()
.
initMouseEventNS(String, String, boolean, boolean, AbstractView, int, int, int, int, int, short, EventTarget, String) - Method in class org.apache.batik.dom.events.DOMMouseEvent
DOM: Initializes this event object.
initMouseEventNS(String, String, boolean, boolean, AbstractView, int, int, int, int, int, short, EventTarget, String) - Method in interface org.w3c.dom.events.MouseEvent
The initMouseEventNS
method is used to initialize the
value of a MouseEvent
object and has the same behavior
as UIEvent.initUIEventNS()
.
initMutationEvent(String, boolean, boolean, Node, String, String, String, short) - Method in class org.apache.batik.dom.events.DOMMutationEvent
DOM: The initMutationEvent
method is used to
initialize the value of a MutationEvent
created
through the DocumentEvent
interface.
initMutationEvent(String, boolean, boolean, Node, String, String, String, short) - Method in interface org.w3c.dom.events.MutationEvent
The initMutationEvent
method is used to initialize the
value of a MutationEvent
object and has the same
behavior as Event.initEvent()
.
initMutationEventNS(String, String, boolean, boolean, Node, String, String, String, short) - Method in class org.apache.batik.dom.events.DOMMutationEvent
DOM: Initializes this event object.
initMutationEventNS(String, String, boolean, boolean, Node, String, String, String, short) - Method in interface org.w3c.dom.events.MutationEvent
The initMutationEventNS
method is used to initialize the
value of a MutationEvent
object and has the same
behavior as Event.initEventNS()
.
initMutationNameEvent(String, boolean, boolean, Node, String, String) - Method in class org.apache.batik.dom.events.DOMMutationNameEvent
Initializes this MutationNameEvent.
initMutationNameEvent(String, boolean, boolean, Node, String, String) - Method in interface org.w3c.dom.events.MutationNameEvent
The initMutationNameEvent
method is used to initialize
the value of a MutationNameEvent
object and has the same
behavior as MutationEvent.initMutationEvent()
.
initMutationNameEventNS(String, String, boolean, boolean, Node, String, String) - Method in class org.apache.batik.dom.events.DOMMutationNameEvent
Initializes this MutationNameEvent.
initMutationNameEventNS(String, String, boolean, boolean, Node, String, String) - Method in interface org.w3c.dom.events.MutationNameEvent
The initMutationNameEventNS
method is used to initialize
the value of a MutationNameEvent
object and has the same
behavior as MutationEvent.initMutationEventNS()
.
initShadowTreeEvent(String, boolean, boolean, XBLShadowTreeElement) - Method in class org.apache.batik.dom.svg12.XBLOMShadowTreeEvent
Initializes this event object.
initShadowTreeEvent(String, boolean, boolean, XBLShadowTreeElement) - Method in interface org.apache.batik.dom.xbl.ShadowTreeEvent
initShadowTreeEventNS(String, String, boolean, boolean, XBLShadowTreeElement) - Method in class org.apache.batik.dom.svg12.XBLOMShadowTreeEvent
Initializes this event object with a namespaced event type.
initShadowTreeEventNS(String, String, boolean, boolean, XBLShadowTreeElement) - Method in interface org.apache.batik.dom.xbl.ShadowTreeEvent
initTextEvent(String, boolean, boolean, AbstractView, String) - Method in class org.apache.batik.dom.events.DOMTextEvent
DOM: Initializes this TextEvent.
initTextEvent(String, boolean, boolean, AbstractView, String) - Method in interface org.w3c.dom.events.TextEvent
The initTextEvent
method is used to initialize the value
of a TextEvent
object and has the same behavior as
UIEvent.initUIEvent()
.
initTextEventNS(String, String, boolean, boolean, AbstractView, String) - Method in class org.apache.batik.dom.events.DOMTextEvent
DOM: Initializes this TextEvent.
initTextEventNS(String, String, boolean, boolean, AbstractView, String) - Method in interface org.w3c.dom.events.TextEvent
The initTextEventNS
method is used to initialize the
value of a TextEvent
object and has the same behavior as
UIEvent.initUIEventNS()
.
initTimeEvent(String, AbstractView, int) - Method in class org.apache.batik.dom.events.DOMTimeEvent
Initializes the values of the TimeEvent object.
initTimeEventNS(String, String, AbstractView, int) - Method in class org.apache.batik.dom.events.DOMTimeEvent
Initializes the values of the TimeEvent object.
initUIEvent(String, boolean, boolean, AbstractView, int) - Method in class org.apache.batik.dom.events.DOMUIEvent
DOM: The initUIEvent
method is used to initialize
the value of a UIEvent
created through the
DocumentEvent
interface.
initUIEvent(String, boolean, boolean, AbstractView, int) - Method in interface org.w3c.dom.events.UIEvent
The initUIEvent
method is used to initialize the value of
a UIEvent
object and has the same behavior as
Event.initEvent()
.
initUIEventNS(String, String, boolean, boolean, AbstractView, int) - Method in class org.apache.batik.dom.events.DOMUIEvent
DOM: Initializes this event object.
initUIEventNS(String, String, boolean, boolean, AbstractView, int) - Method in interface org.w3c.dom.events.UIEvent
The initUIEventNS
method is used to initialize the value
of a UIEvent
object and has the same behavior as
Event.initEventNS()
.
initWheelEvent(String, boolean, boolean, AbstractView, int) - Method in class org.apache.batik.dom.svg12.SVGOMWheelEvent
Initializes this SVGOMWheelEvent object.
initWheelEventNS(String, String, boolean, boolean, AbstractView, int) - Method in class org.apache.batik.dom.svg12.SVGOMWheelEvent
Initializes this KeyboardEvent object.
initWindow() - Method in class org.apache.batik.apps.svgbrowser.JAuthenticator
INLINE_AUTHOR_ORIGIN - Static variable in class org.apache.batik.css.engine.StyleMap
INLINE_SCRIPT_DESCRIPTION - Static variable in class org.apache.batik.bridge.BaseScriptingEnvironment
Constant used to describe inline scripts.
INLINE_TABLE_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'inline-table' keyword.
INLINE_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'inline' keyword.
inlineStyleAttributeUpdated(CSSStylableElement, StyleMap, short, String, String) - Method in class org.apache.batik.css.engine.CSSEngine
Called when the inline style of the given element has been updated.
inPaintedArea(Point2D) - Method in class org.apache.batik.gvt.CompositeShapePainter
Returns true if pt is in the area painted by this shape painter
inPaintedArea(Point2D) - Method in class org.apache.batik.gvt.FillShapePainter
Returns true if pt is in the area painted by this shape painter
inPaintedArea(Point2D) - Method in class org.apache.batik.gvt.MarkerShapePainter
Returns true if pt is in the area painted by this shape painter
inPaintedArea(Point2D) - Method in interface org.apache.batik.gvt.ShapePainter
Returns true if pt is in the painted area.
inPaintedArea(Point2D) - Method in class org.apache.batik.gvt.StrokeShapePainter
Returns the bounds of the area covered by this shape painter
inProlog - Variable in class org.apache.batik.dom.util.SAXDocumentFactory
Whether the parser still hasn't read the document element's
opening tag.
input - Variable in class org.apache.batik.ext.awt.image.codec.util.ImageDecoderImpl
The SeekableStream
associcted with this
ImageEncoder
.
inputEncoding - Variable in class org.apache.batik.dom.AbstractDocument
Input encoding of this document.
inputStream - Variable in class org.apache.batik.util.io.AbstractCharDecoder
The input stream to read.
inSensitiveArea(Point2D) - Method in class org.apache.batik.gvt.CompositeShapePainter
Returns true if pt is in the area painted by this shape painter
inSensitiveArea(Point2D) - Method in class org.apache.batik.gvt.FillShapePainter
Returns true if pt is in the area painted by this shape painter
inSensitiveArea(Point2D) - Method in class org.apache.batik.gvt.MarkerShapePainter
Returns true if pt is in the sensitive area.
inSensitiveArea(Point2D) - Method in class org.apache.batik.gvt.ShapeNode
inSensitiveArea(Point2D) - Method in interface org.apache.batik.gvt.ShapePainter
Returns true if pt is in the sensitive area.
inSensitiveArea(Point2D) - Method in class org.apache.batik.gvt.StrokeShapePainter
Returns the bounds of the area covered by this shape painter
(even if not painted).
insert(ExtendedNode, ExtendedNode) - Method in class org.apache.batik.dom.AbstractParentNode.ChildNodes
Inserts a node in the tree.
insertBefore(Node, Node) - Method in class org.apache.batik.dom.AbstractNode
insertBefore(Node, Node) - Method in class org.apache.batik.dom.AbstractParentNode
insertBefore(DoublyLinkedList.Node) - Method in class org.apache.batik.util.DoublyLinkedList.Node
Link this node in, infront of nde (unlinks it's self
before hand if needed).
insertChildBefore(Node, Node, Node) - Method in class org.apache.batik.apps.svgbrowser.HistoryBrowserInterface
Adds and executes the InsertNodeBeforeCommand to historyBrowser.
insertData(int, String) - Method in class org.apache.batik.dom.AbstractCharacterData
insertItemBefore(SVGNumber, int) - Method in class org.apache.batik.css.dom.CSSOMSVGColor
DOM: Implements SVGNumberList.insertItemBefore(SVGNumber,int)
.
insertItemBefore(SVGLength, int) - Method in class org.apache.batik.dom.svg.AbstractSVGLengthList
DOM: Implements SVGLengthList.insertItemBefore(SVGLength,int)
.
insertItemBefore(SVGNumber, int) - Method in class org.apache.batik.dom.svg.AbstractSVGNumberList
DOM: Implements SVGNumberList.insertItemBefore(SVGNumber,int)
.
insertItemBefore(SVGPathSeg, int) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList
insertItemBefore(SVGPoint, int) - Method in class org.apache.batik.dom.svg.AbstractSVGPointList
DOM: Implements SVGPointList.insertItemBefore(SVGPoint,int)
.
insertItemBefore(SVGTransform, int) - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList
DOM: Implements SVGTransformList.insertItemBefore(SVGTransform,int)
.
insertItemBefore(SVGLength, int) - Method in class org.apache.batik.dom.svg.SVGOMAnimatedLengthList.AnimSVGLengthList
DOM: Implements SVGLengthList.insertItemBefore(SVGLength, int)
.
insertItemBefore(SVGNumber, int) - Method in class org.apache.batik.dom.svg.SVGOMAnimatedNumberList.AnimSVGNumberList
DOM: Implements SVGNumberList.insertItemBefore(SVGNumber, int)
.
insertItemBefore(SVGPathSeg, int) - Method in class org.apache.batik.dom.svg.SVGOMAnimatedPathData.AnimSVGPathSegList
DOM: Implements SVGPathSegList.insertItemBefore(SVGPathSeg, int)
.
insertItemBefore(SVGPoint, int) - Method in class org.apache.batik.dom.svg.SVGOMAnimatedPoints.AnimSVGPointList
DOM: Implements SVGPointList.insertItemBefore(SVGPoint, int)
.
insertItemBefore(SVGTransform, int) - Method in class org.apache.batik.dom.svg.SVGOMAnimatedTransformList.AnimSVGTransformList
DOM: Implements SVGTransformList.insertItemBefore(SVGTransform, int)
.
insertItemBeforeImpl(Object, int) - Method in class org.apache.batik.dom.svg.AbstractSVGList
Inserts a new item into the list at the specified position.
insertRects(Rectangle[], int, int, int) - Method in class org.apache.batik.ext.awt.geom.RectListManager
insertString(int, String, AttributeSet) - Method in class org.apache.batik.ext.swing.DoubleDocument
Strip all non digit characters.
insertString(int, String, AttributeSet) - Method in class org.apache.batik.util.gui.xmleditor.XMLDocument
insertUpdate(DocumentEvent) - Method in class org.apache.batik.apps.svgbrowser.NodePickerPanel.XMLAreaListener
insertUpdate(DocumentEvent) - Method in class org.apache.batik.util.gui.URIChooser.DocumentAdapter
insertWord(WordInfo) - Method in class org.apache.batik.gvt.flow.LineInfo
insetsManager - Variable in class org.apache.batik.ext.swing.JGridBagPanel
Used to get insets at any given cell location
install(JEditorPane) - Method in class org.apache.batik.util.gui.xmleditor.XMLEditorKit
Overriden to set the JEditorPane font to match with the XMLContext
installActions() - Method in class org.apache.batik.swing.JSVGCanvas
Builds the ActionMap of this canvas with a set of predefined
Actions.
installCustomPolicyFile() - Method in class org.apache.batik.apps.svgbrowser.Main
Installs a custom policy file in the '.batik' directory.
installKeyboardActions() - Method in class org.apache.batik.swing.JSVGCanvas
Builds the InputMap of this canvas with a set of predefined
Actions.
installSecurityManager() - Method in class org.apache.batik.util.ApplicationSecurityEnforcer
Installs a SecurityManager on behalf of the application
installSVGDocument(SVGDocument) - Method in class org.apache.batik.swing.JSVGCanvas
installSVGDocument(SVGDocument) - Method in class org.apache.batik.swing.svg.AbstractJSVGComponent
This does the real work of installing the SVG Document after
the update manager from the previous document (if any) has been
properly 'shut down'.
instance - Variable in class org.apache.batik.anim.timing.MediaMarkerTimingSpecifier
The instance time.
instance - Variable in class org.apache.batik.anim.timing.WallclockTimingSpecifier
The instance time.
INSTANCE - Static variable in class org.apache.batik.css.engine.sac.CSSSelectorFactory
The instance of this class.
INSTANCE - Static variable in class org.apache.batik.css.engine.value.InheritValue
The only instance of this class.
INSTANCE - Static variable in class org.apache.batik.css.parser.DefaultConditionFactory
The instance of this class.
INSTANCE - Static variable in class org.apache.batik.css.parser.DefaultDocumentHandler
The instance of this class.
INSTANCE - Static variable in class org.apache.batik.css.parser.DefaultErrorHandler
The instance of this class.
INSTANCE - Static variable in class org.apache.batik.css.parser.DefaultSelectorFactory
The instance of this class.
INSTANCE - Static variable in class org.apache.batik.parser.DefaultAngleHandler
The only instance of this class.
INSTANCE - Static variable in class org.apache.batik.parser.DefaultFragmentIdentifierHandler
The only instance of this class.
INSTANCE - Static variable in class org.apache.batik.parser.DefaultLengthHandler
The only instance of this class.
INSTANCE - Static variable in class org.apache.batik.parser.DefaultLengthListHandler
The only instance of this class.
INSTANCE - Static variable in class org.apache.batik.parser.DefaultNumberListHandler
The only instance of this class.
INSTANCE - Static variable in class org.apache.batik.parser.DefaultPathHandler
The only instance of this class.
INSTANCE - Static variable in class org.apache.batik.parser.DefaultPointsHandler
The only instance of this class.
INSTANCE - Static variable in class org.apache.batik.parser.DefaultPreserveAspectRatioHandler
The only instance of this class.
INSTANCE - Static variable in class org.apache.batik.parser.DefaultTimingSpecifierHandler
The default handler.
INSTANCE - Static variable in class org.apache.batik.parser.DefaultTimingSpecifierListHandler
The default handler.
INSTANCE - Static variable in class org.apache.batik.parser.DefaultTransformListHandler
The only instance of this class.
instances - Variable in class org.apache.batik.anim.timing.SyncbaseTimingSpecifier
InstanceTime - Class in org.apache.batik.anim.timing
A class that represents an instance time created from a timing
specification.
InstanceTime(TimingSpecifier, float, boolean) - Constructor for class org.apache.batik.anim.timing.InstanceTime
Creates a new InstanceTime.
instanceTimeChanged(InstanceTime, boolean) - Method in class org.apache.batik.anim.timing.TimedElement
Called by a TimingSpecifier of this element when an InstanceTime
has been updated.
instantiateGraphicsNode() - Method in class org.apache.batik.bridge.AbstractGraphicsNodeBridge
Creates the GraphicsNode depending on the GraphicsNodeBridge
implementation.
instantiateGraphicsNode() - Method in class org.apache.batik.bridge.svg12.BindableElementBridge
Creates the GraphicsNode depending on the GraphicsNodeBridge
implementation.
instantiateGraphicsNode() - Method in class org.apache.batik.bridge.svg12.SVGFlowRootElementBridge
Creates the graphics node for this element.
instantiateGraphicsNode() - Method in class org.apache.batik.bridge.svg12.XBLContentElementBridge
Creates a CompositeGraphicsNode.
instantiateGraphicsNode() - Method in class org.apache.batik.bridge.svg12.XBLShadowTreeElementBridge
Creates a CompositeGraphicsNode.
instantiateGraphicsNode() - Method in class org.apache.batik.bridge.SVGGElementBridge
Creates a CompositeGraphicsNode.
instantiateGraphicsNode() - Method in class org.apache.batik.bridge.SVGImageElementBridge
Creates an ImageNode.
instantiateGraphicsNode() - Method in class org.apache.batik.bridge.SVGShapeElementBridge
Creates a ShapeNode.
instantiateGraphicsNode() - Method in class org.apache.batik.bridge.SVGSVGElementBridge
Creates a CompositeGraphicsNode.
instantiateGraphicsNode() - Method in class org.apache.batik.bridge.SVGTextElementBridge
Creates the GraphicsNode depending on the GraphicsNodeBridge
implementation.
instantiateGraphicsNode() - Method in class org.apache.batik.bridge.SVGUseElementBridge
Creates the GraphicsNode depending on the GraphicsNodeBridge
implementation.
instantiateGraphicsNode() - Method in class org.apache.batik.extension.svg.BatikFlowTextElementBridge
INT_PACK_BYTE_COMP_Impl(WritableRaster) - Method in class org.apache.batik.ext.awt.image.rendered.MultiplyAlphaRed
INTEGER - Static variable in interface org.apache.batik.css.parser.LexicalUnits
Represents an integer.
IntegerKey - Class in org.apache.batik.transcoder.keys
A transcoding Key represented as an int.
IntegerKey() - Constructor for class org.apache.batik.transcoder.keys.IntegerKey
intendedToRGB(float[]) - Method in class org.apache.batik.ext.awt.color.ICCColorSpaceExt
Returns the sRGB value obtained by forcing the
conversion method to the intent passed to the
constructor
INTENT_ABSOLUTE - Static variable in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Constant for use with the sRGB chunk.
INTENT_PERCEPTUAL - Static variable in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Constant for use with the sRGB chunk.
INTENT_RELATIVE - Static variable in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Constant for use with the sRGB chunk.
INTENT_SATURATION - Static variable in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Constant for use with the sRGB chunk.
interactionEnabled - Variable in class org.apache.batik.apps.svgbrowser.ThumbnailDialog
INTERACTIVE - Static variable in class org.apache.batik.bridge.BridgeContext
Indicates that DOM listeners should be registered to support,
'interactivity' this includes anchors and cursors, but does not
include support for DOM modifications.
INTERACTIVITY - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
interactor - Variable in class org.apache.batik.swing.gvt.AbstractJGVTComponent
The current interactor.
Interactor - Interface in org.apache.batik.swing.gvt
This interface represents an object which interacts with a GVT component.
InteractorAdapter - Class in org.apache.batik.swing.gvt
This class represents an interactor which never interacts.
InteractorAdapter() - Constructor for class org.apache.batik.swing.gvt.InteractorAdapter
interactors - Variable in class org.apache.batik.swing.gvt.AbstractJGVTComponent
The interactor list.
intercept - Variable in class org.apache.batik.dom.svg.SVGOMComponentTransferFunctionElement
The 'intercept' attribute value.
intercept - Variable in class org.apache.batik.ext.awt.image.LinearTransfer
The intercept of the linear function
intercept - Variable in class org.apache.batik.extension.svg.BatikHistogramNormalizationFilter8Bit
internal - Variable in class org.apache.batik.util.PreferenceManager
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatableAngleOrIdentValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatableAngleValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatableBooleanValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatableColorValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatableIntegerValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatableLengthListValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatableLengthOrIdentValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatableLengthValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatableMotionPointValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatableNumberListValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatableNumberOptionalNumberValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatableNumberOrIdentValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatableNumberOrPercentageValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatableNumberValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatablePaintValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatablePathDataValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatablePercentageValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatablePointListValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatableRectValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatableStringValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatableTransformListValue
Performs interpolation to the given value.
interpolate(AnimatableTransformListValue, AnimatableTransformListValue, AnimatableTransformListValue, AnimatableTransformListValue, AnimatableTransformListValue, float, float, AnimatableTransformListValue, int) - Static method in class org.apache.batik.anim.values.AnimatableTransformListValue
Performs a two-way interpolation between the specified values.
interpolate(AnimatableTransformListValue, AnimatableTransformListValue, AnimatableTransformListValue, AnimatableTransformListValue, AnimatableTransformListValue, AnimatableTransformListValue, AnimatableTransformListValue, float, float, float, AnimatableTransformListValue, int) - Static method in class org.apache.batik.anim.values.AnimatableTransformListValue
Performs a three-way interpolation between the specified values.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatableValue
Performs interpolation to the given value.
InterpolatingAnimation - Class in org.apache.batik.anim
An abstract animation class for those animations that interpolate
values.
InterpolatingAnimation(TimedElement, AnimatableElement, int, float[], float[], boolean, boolean) - Constructor for class org.apache.batik.anim.InterpolatingAnimation
Creates a new InterpolatingAnimation.
interpreter - Variable in class org.apache.batik.bridge.BaseScriptingEnvironment
The default Interpreter for the document
interpreter - Variable in class org.apache.batik.bridge.BaseScriptingEnvironment.Window
The associated interpreter.
interpreter - Variable in class org.apache.batik.bridge.ScriptingEnvironment.EvaluateIntervalRunnable
interpreter - Variable in class org.apache.batik.bridge.ScriptingEnvironment.EvaluateRunnable
interpreter - Variable in class org.apache.batik.bridge.ScriptingEnvironment.Window
The associated interpreter.
Interpreter - Interface in org.apache.batik.script
An hight level interface that represents an interpreter engine of
a particular scripting language.
interpreter - Variable in class org.apache.batik.script.rhino.WindowWrapper.FunctionWrapper
The current interpreter.
interpreter - Variable in class org.apache.batik.script.rhino.WindowWrapper.GetURLFunctionWrapper
The current interpreter.
interpreter - Variable in class org.apache.batik.script.rhino.WindowWrapper
The rhino interpreter.
InterpreterException - Exception in org.apache.batik.script
An exception that will be thrown when a problem is encountered in the
script by an Interpreter
interface implementation.
InterpreterException(String, int, int) - Constructor for exception org.apache.batik.script.InterpreterException
Builds an instance of InterpreterException
.
InterpreterException(Exception, String, int, int) - Constructor for exception org.apache.batik.script.InterpreterException
Builds an instance of InterpreterException
.
InterpreterFactory - Interface in org.apache.batik.script
An interface for factory objects than can create
Interpreter
instances for a particular script language.
interpreterMap - Variable in class org.apache.batik.bridge.BridgeContext
The interpreter cache per document.
interpreterPool - Variable in class org.apache.batik.bridge.BridgeContext
The interpreter pool used to handle scripts.
InterpreterPool - Class in org.apache.batik.script
A class allowing to create/query an
Interpreter
corresponding to a particular
Document and scripting language.
InterpreterPool() - Constructor for class org.apache.batik.script.InterpreterPool
Constructs a new InterpreterPool.
interrupt() - Method in class org.apache.batik.bridge.ScriptingEnvironment
Interrupts the periodic tasks and dispose this ScriptingEnvironment.
interrupt() - Method in class org.apache.batik.bridge.UpdateManager
Interrupts the manager tasks.
InterruptedBridgeException - Exception in org.apache.batik.bridge
This class represents the exception thrown by the bridge when the
current thread was interrupted.
InterruptedBridgeException() - Constructor for exception org.apache.batik.bridge.InterruptedBridgeException
Constructs a new InterruptedBridgeException.
intersects(double, double, double, double) - Method in class org.apache.batik.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath
.
intersects(Rectangle2D) - Method in class org.apache.batik.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath
.
intersects(double, double, double, double) - Method in class org.apache.batik.ext.awt.geom.Polygon2D
Tests if the interior of this Polygon
intersects the
interior of a specified set of rectangular coordinates.
intersects(Rectangle2D) - Method in class org.apache.batik.ext.awt.geom.Polygon2D
Tests if the interior of this Polygon
intersects the
interior of a specified Rectangle2D
.
intersects(double, double, double, double) - Method in class org.apache.batik.ext.awt.geom.Polyline2D
Tests if the interior of this Polygon
intersects the
interior of a specified set of rectangular coordinates.
intersects(Rectangle2D) - Method in class org.apache.batik.ext.awt.geom.Polyline2D
Tests if the interior of this Polygon
intersects the
interior of a specified Rectangle2D
.
intersects(double, double, double, double) - Method in class org.apache.batik.ext.awt.geom.ShapeExtender
intersects(Rectangle2D) - Method in class org.apache.batik.ext.awt.geom.ShapeExtender
intersects(Rectangle2D) - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns true if the interior of this node intersects the interior of a
specified Rectangle2D, false otherwise.
intersects(Rectangle2D) - Method in interface org.apache.batik.gvt.GraphicsNode
Returns true if the interior of this node intersects the interior of a
specified Rectangle2D, false otherwise.
intersects(Rectangle2D) - Method in class org.apache.batik.gvt.ShapeNode
Returns true if the interior of this node intersects the interior of a
specified Rectangle2D, false otherwise.
Interval - Class in org.apache.batik.anim.timing
A class that represents an interval for a timed element.
Interval(float, float, InstanceTime, InstanceTime) - Constructor for class org.apache.batik.anim.timing.Interval
Creates a new Interval.
intervalAdded(ListDataEvent) - Method in class org.apache.batik.util.gui.CSSMediaPanel.MediaListDataListener
intervalBegan(TimedElement, Interval) - Method in class org.apache.batik.anim.timing.TimegraphAdapter
Invoked to indivate that the given interval began.
intervalBegan(TimedElement, Interval) - Method in interface org.apache.batik.anim.timing.TimegraphListener
Invoked to indivate that the given interval began.
intervalChanged(TimedElement, Interval) - Method in class org.apache.batik.anim.timing.TimegraphAdapter
Invoked to indivate that an interval's endpoints were changed.
intervalChanged(TimedElement, Interval) - Method in interface org.apache.batik.anim.timing.TimegraphListener
Invoked to indivate that an interval's endpoints were changed.
intervalCreated(TimedElement, Interval) - Method in class org.apache.batik.anim.timing.TimegraphAdapter
Invoked to indivate that an interval was created for the given
timed element.
intervalCreated(TimedElement, Interval) - Method in interface org.apache.batik.anim.timing.TimegraphListener
Invoked to indivate that an interval was created for the given
timed element.
intervalRemoved(TimedElement, Interval) - Method in class org.apache.batik.anim.timing.TimegraphAdapter
Invoked to indivate that an interval was removed for the given
timed element.
intervalRemoved(TimedElement, Interval) - Method in interface org.apache.batik.anim.timing.TimegraphListener
Invoked to indivate that an interval was removed for the given
timed element.
intervalRemoved(ListDataEvent) - Method in class org.apache.batik.util.gui.CSSMediaPanel.MediaListDataListener
IntTable - Class in org.apache.batik.dom.util
A simple hashtable, not synchronized, with fixed load factor,
that maps objects to ints.
IntTable() - Constructor for class org.apache.batik.dom.util.IntTable
Creates a new table.
IntTable(int) - Constructor for class org.apache.batik.dom.util.IntTable
Creates a new table.
IntTable(IntTable) - Constructor for class org.apache.batik.dom.util.IntTable
Creates a copy of the given HashTable object.
IntTable.Entry - Class in org.apache.batik.dom.util
To manage collisions.
IntTable.Entry(int, Object, int, IntTable.Entry) - Constructor for class org.apache.batik.dom.util.IntTable.Entry
Creates a new Entry object.
INVALID - Static variable in class org.apache.batik.dom.traversal.DOMNodeIterator
The invalid state.
INVALID_NODE - Static variable in interface org.apache.batik.svggen.ErrorConstants
invalidate() - Method in class org.apache.batik.bridge.svg12.DefaultXBLManager.XblChildNodes
Mark the xblNextSibling and xblPreviousSibling variables
on each node in the list as invalid, then invalidate the
NodeList.
invalidate() - Method in class org.apache.batik.dom.AbstractParentNode.ElementsByTagName
Invalidates the list.
invalidate() - Method in class org.apache.batik.dom.AbstractParentNode.ElementsByTagNameNS
Invalidates the list.
invalidate() - Method in class org.apache.batik.dom.svg.AbstractSVGAnimatedLength.BaseSVGLength
Invalidates this length.
invalidate() - Method in class org.apache.batik.dom.svg.AbstractSVGList
Invalidates this list.
invalidate() - Method in class org.apache.batik.dom.svg.SVGOMAnimatedMarkerOrientValue.BaseSVGAngle
Invalidates this angle.
invalidate() - Method in class org.apache.batik.dom.svg.SVGOMAnimatedPreserveAspectRatio.BaseSVGPARValue
Re-reads the DOM attribute value.
invalidate() - Method in class org.apache.batik.dom.svg.SVGOMAnimatedRect.BaseSVGRect
Invalidates this length.
invalidateChildNodes(Node) - Method in class org.apache.batik.bridge.svg12.DefaultXBLManager
Mark the xblChildNodes and xblScopedChildNodes variables
as invalid.
invalidateGeometryCache() - Method in class org.apache.batik.bridge.SVGPatternElementBridge.PatternGraphicsNode
invalidateGeometryCache() - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Invalidates the cached geometric bounds.
invalidateGeometryCache() - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Invalidates the cached geometric bounds.
invalidateGeometryCache() - Method in class org.apache.batik.gvt.ShapeNode
Invalidates this ShapeNode.
invalidateGeometryCache() - Method in class org.apache.batik.gvt.TextNode
Invalidates this TextNode.
invalidateProperties(Node, int[], boolean[], boolean) - Method in class org.apache.batik.css.engine.CSSEngine
Invalidates all the properties of the given node.
invalidateTransformStack() - Method in class org.apache.batik.ext.awt.g2d.GraphicContext
Marks the GraphicContext's isNewTransformStack to true
as a memento that the current transform stack was reset
since it was last read.
inverse() - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.inverse()
.
inverseTransform - Variable in class org.apache.batik.gvt.AbstractGraphicsNode
The inverse transform for this node, i.e., from parent node
to this node.
invokeAndWait(Runnable) - Method in class org.apache.batik.swing.svg.AbstractJSVGComponent.BridgeUserAgentWrapper
Invokes the given runnable from the event thread, and wait
for the run method to terminate.
invokeAndWait(Runnable) - Method in class org.apache.batik.util.RunnableQueue
Waits until the given Runnable's run() has returned.
invokeLater(Runnable) - Method in class org.apache.batik.util.RunnableQueue
Schedules the given Runnable object for a later invocation, and
returns.
is_BYTE_COMP_Data(SampleModel) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
is_INT_PACK(ColorModel) - Method in class org.apache.batik.ext.awt.image.SVGComposite
is_INT_PACK_BYTE_COMP(SampleModel, SampleModel) - Method in class org.apache.batik.ext.awt.image.rendered.MultiplyAlphaRed
is_INT_PACK_COMP(SampleModel) - Static method in class org.apache.batik.ext.awt.image.rendered.Any2sRGBRed
is_INT_PACK_Data(SampleModel, boolean) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
isActive - Variable in class org.apache.batik.anim.AbstractAnimation
Whether this animation is active.
isActive - Variable in class org.apache.batik.anim.timing.TimedElement
Whether the element is currently active.
isActiveDefinition(XBLOMDefinitionElement, Element) - Method in class org.apache.batik.bridge.svg12.DefaultXBLManager
Returns whether the given definition element is the active one
for its element name.
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.css2.ClipManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.css2.CursorManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.css2.DirectionManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.css2.DisplayManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.css2.FontFamilyManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.css2.FontShorthandManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.css2.FontSizeAdjustManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.css2.FontSizeManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.css2.FontStretchManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.css2.FontStyleManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.css2.FontVariantManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.css2.FontWeightManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.css2.OverflowManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.css2.SrcManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.css2.TextDecorationManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.css2.UnicodeBidiManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.css2.VisibilityManager
isAdditiveProperty() - Method in interface org.apache.batik.css.engine.value.ShorthandManager
Whether the handled property can be additively animated.
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.svg.AlignmentBaselineManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.svg.BaselineShiftManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.svg.ClipPathManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.svg.ClipRuleManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.svg.ColorInterpolationManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.svg.ColorManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.svg.ColorProfileManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.svg.ColorRenderingManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.svg.DominantBaselineManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.svg.EnableBackgroundManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.svg.FillRuleManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.svg.FilterManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.svg.GlyphOrientationManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.svg.ImageRenderingManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.svg.KerningManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.svg.MarkerManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.svg.MarkerShorthandManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.svg.MaskManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.svg.OpacityManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.svg.PointerEventsManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.svg.ShapeRenderingManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.svg.SpacingManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.svg.StrokeDasharrayManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.svg.StrokeDashoffsetManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.svg.StrokeLinecapManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.svg.StrokeLinejoinManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.svg.StrokeMiterlimitManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.svg.StrokeWidthManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.svg.SVGColorManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.svg.SVGPaintManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.svg.TextAnchorManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.svg.TextRenderingManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.svg.WritingModeManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.svg12.LineHeightManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.svg12.MarginLengthManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.svg12.MarginShorthandManager
isAdditiveProperty() - Method in class org.apache.batik.css.engine.value.svg12.TextAlignManager
isAdditiveProperty() - Method in interface org.apache.batik.css.engine.value.ValueManager
Whether the handled property can be additively animated.
isAldus - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
isAltDown() - Method in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
Returns whether or not the Alt modifier is down on this event.
isAlternate() - Method in class org.apache.batik.css.engine.StyleSheet
Tells whether or not this stylesheet is alternate.
isAltGlyph() - Method in class org.apache.batik.gvt.text.GlyphLayout
Return true if this text run represents
an alt glyph.
isAltGlyph() - Method in interface org.apache.batik.gvt.text.TextSpanLayout
Return true if this text run represents
an alt glyph.
isAltGraphDown() - Method in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
Returns whether or not the Alt-Graph modifier is down on this event.
isAncestorOf(Node, Node) - Static method in class org.apache.batik.dom.util.DOMUtilities
Checks whether a node is ancestor of another node.
isAnimatable - Variable in class org.apache.batik.dom.svg.TraitInformation
Whether this trait can be animated.
isAnimatable() - Method in class org.apache.batik.dom.svg.TraitInformation
Returns whether this trait is animatable.
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.css2.ClipManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.css2.CursorManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.css2.DirectionManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.css2.DisplayManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.css2.FontFamilyManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.css2.FontShorthandManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.css2.FontSizeAdjustManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.css2.FontSizeManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.css2.FontStretchManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.css2.FontStyleManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.css2.FontVariantManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.css2.FontWeightManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.css2.OverflowManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.css2.SrcManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.css2.TextDecorationManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.css2.UnicodeBidiManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.css2.VisibilityManager
isAnimatableProperty() - Method in interface org.apache.batik.css.engine.value.ShorthandManager
Whether the handled property can be animated.
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.svg.AlignmentBaselineManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.svg.BaselineShiftManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.svg.ClipPathManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.svg.ClipRuleManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.svg.ColorInterpolationManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.svg.ColorManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.svg.ColorProfileManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.svg.ColorRenderingManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.svg.DominantBaselineManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.svg.EnableBackgroundManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.svg.FillRuleManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.svg.FilterManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.svg.GlyphOrientationManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.svg.ImageRenderingManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.svg.KerningManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.svg.MarkerManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.svg.MarkerShorthandManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.svg.MaskManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.svg.OpacityManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.svg.PointerEventsManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.svg.ShapeRenderingManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.svg.SpacingManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.svg.StrokeDasharrayManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.svg.StrokeDashoffsetManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.svg.StrokeLinecapManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.svg.StrokeLinejoinManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.svg.StrokeMiterlimitManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.svg.StrokeWidthManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.svg.SVGColorManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.svg.SVGPaintManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.svg.TextAnchorManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.svg.TextRenderingManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.svg.WritingModeManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.svg12.LineHeightManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.svg12.MarginLengthManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.svg12.MarginShorthandManager
isAnimatableProperty() - Method in class org.apache.batik.css.engine.value.svg12.TextAlignManager
isAnimatableProperty() - Method in interface org.apache.batik.css.engine.value.ValueManager
Whether the handled property can be animated.
isAntialiasedClip(AffineTransform, RenderingHints, Shape) - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns true if there is a clip and it should be antialiased
isAnyNodeAncestorOf(ArrayList, Node) - Static method in class org.apache.batik.dom.util.DOMUtilities
Checks if any of from the given list of nodes is an ancestor to another
node
isAttribute(String) - Method in class org.apache.batik.transcoder.svg2svg.OutputManager.AttributeInfo
Tells whether the name of the attribute represented by this class
equals the given string.
isAttributeAdditive(String, String) - Method in interface org.apache.batik.dom.svg.ExtendedTraitAccess
Returns whether the given XML attribute is additive.
isAttributeAdditive(String, String) - Method in class org.apache.batik.dom.svg.SVGOMElement
Returns whether the given XML attribute is additive.
isAttributeAnimatable(String, String) - Method in interface org.apache.batik.dom.svg.ExtendedTraitAccess
Returns whether the given XML attribute is animatable.
isAttributeAnimatable(String, String) - Method in class org.apache.batik.dom.svg.SVGOMElement
Returns whether the given XML attribute is animatable.
isAutoCursor(Element) - Static method in class org.apache.batik.bridge.CSSUtilities
Checks if the cursor property on the input element is set to auto
isBackgroundSet() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.Gray
Returns true if a 'bKGD' chunk will be output.
isBackgroundSet() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns true if a 'bKGD' chunk will be output.
isBackgroundSet() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.Palette
Returns true if a 'bKGD' chunk will be output.
isBackgroundSet() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.RGB
Returns true if a 'bKGD' chunk will be output.
isBefore(TimedElement) - Method in class org.apache.batik.anim.timing.TimedElement
Returns whether this timed element comes before the given timed element
in document order.
isBefore(TimedElement) - Method in class org.apache.batik.bridge.SVGAnimationElementBridge.SVGTimedElement
Returns whether this timed element comes before the given timed
element in document order.
isBefore(TimedElement) - Method in class org.apache.batik.bridge.SVGAnimationEngine.AnimationRoot
Returns whether this timed element comes before the given timed
element in document order.
isBegin - Variable in class org.apache.batik.anim.timing.TimingSpecifier
Whether this timing specifier is for a begin time or an end time.
isBegin() - Method in class org.apache.batik.anim.timing.TimingSpecifier
Returns true if this timing specifier is in the owner's begin list,
false if it is in the owner's end list.
isBegin - Variable in class org.apache.batik.anim.timing.TimingSpecifierListProducer
Whether the created TimingSpecifiers should be begin times.
isBigEndian() - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFDirectory
Returns a boolean indicating whether the byte order used in the
the TIFF file is big-endian.
isBitDepthSet() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.Gray
Returns true if the bit depth has been set.
isBitShiftSet() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.Gray
Returns true if the bit shift has been set.
isBlockHeightRelative(int) - Method in class org.apache.batik.css.engine.StyleMap
Tells whether the given property value is relative to the
height of the containing block.
isBlockWidthRelative(int) - Method in class org.apache.batik.css.engine.StyleMap
Tells whether the given property value is relative to the
width of the containing block.
isBreakChar() - Method in class org.apache.batik.extension.svg.GlyphIterator
isBubbling - Variable in class org.apache.batik.dom.events.AbstractEvent
Whether this event is bubbling.
isCapturingClickEnabled - Variable in class org.apache.batik.apps.svgbrowser.DOMViewer
Whether "capturing click" tool is enabled.
isCellEditable(int, int) - Method in class org.apache.batik.apps.svgbrowser.DOMViewer.Panel.NodeCSSValuesModel
Whether the given cell is editable.
isChromaticitySet() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns true if a 'cHRM' chunk will be output.
isColorRelative(int) - Method in class org.apache.batik.css.engine.StyleMap
Tells whether the given property value is relative to 'color'.
isColorSpaceLinear() - Method in class org.apache.batik.ext.awt.image.renderable.AbstractColorInterpolationRable
Returns true if this operation is to be performed in
the linear sRGB colorspace, returns false if the
operation is performed in gamma corrected sRGB.
isColorSpaceLinear() - Method in interface org.apache.batik.ext.awt.image.renderable.FilterColorInterpolation
Returns true if this operation is to be performed in
the linear sRGB colorspace, returns false if the
operation is performed in gamma corrected sRGB.
isCombining() - Method in class org.apache.batik.gvt.font.GVTGlyphMetrics
Returns true if this is a combining glyph.
isCompatibleStream(InputStream) - Method in class org.apache.batik.ext.awt.image.spi.MagicNumberRegistryEntry
Check if the stream contains an image that can be
handled by this format handler
isCompatibleStream(InputStream) - Method in interface org.apache.batik.ext.awt.image.spi.StreamRegistryEntry
Check if the Stream references an image that can be handled by
this format handler.
isCompatibleURL(ParsedURL) - Method in class org.apache.batik.ext.awt.image.spi.JDKRegistryEntry
Check if the Stream references an image that can be handled by
this format handler.
isCompatibleURL(ParsedURL) - Method in interface org.apache.batik.ext.awt.image.spi.URLRegistryEntry
Check if the URL references an image that can be
handled by this format handler.
isCompatibleValue(Object) - Method in class org.apache.batik.ext.awt.AvoidTilingHintKey
isCompatibleValue(Object) - Method in class org.apache.batik.ext.awt.ColorSpaceHintKey
isCompatibleValue(Object) - Method in class org.apache.batik.transcoder.keys.BooleanKey
isCompatibleValue(Object) - Method in class org.apache.batik.transcoder.keys.DOMImplementationKey
isCompatibleValue(Object) - Method in class org.apache.batik.transcoder.keys.FloatKey
isCompatibleValue(Object) - Method in class org.apache.batik.transcoder.keys.IntegerKey
isCompatibleValue(Object) - Method in class org.apache.batik.transcoder.keys.LengthKey
isCompatibleValue(Object) - Method in class org.apache.batik.transcoder.keys.PaintKey
isCompatibleValue(Object) - Method in class org.apache.batik.transcoder.keys.Rectangle2DKey
isCompatibleValue(Object) - Method in class org.apache.batik.transcoder.keys.StringKey
isCompatibleValue(Object) - Method in class org.apache.batik.transcoder.svg2svg.SVGTranscoder.DoctypeKey
isCompatibleValue(Object) - Method in class org.apache.batik.transcoder.svg2svg.SVGTranscoder.NewlineKey
isCompatibleValue(Object) - Method in class org.apache.batik.transcoder.TranscodingHints.Key
Returns true if the specified object is a valid value for
this key, false otherwise.
isComplex() - Method in class org.apache.batik.bridge.SVGFontFamily
This method looks at the SVG font and checks if any of
the glyphs use renderable child elements.
isComplex(Element, BridgeContext) - Static method in class org.apache.batik.bridge.SVGFontFamily
isComponent() - Method in class org.apache.batik.gvt.font.GVTGlyphMetrics
Returns true if this is a component glyph.
isComposite() - Method in interface org.apache.batik.bridge.GraphicsNodeBridge
Returns true if the bridge handles container element, false
otherwise.
isComposite() - Method in class org.apache.batik.bridge.svg12.BindableElementBridge
Returns false as the custom element is a not container.
isComposite() - Method in class org.apache.batik.bridge.svg12.SVGFlowRootElementBridge
Returns false as text is not a container.
isComposite() - Method in class org.apache.batik.bridge.svg12.SVGMultiImageElementBridge
Returns false as shapes are not a container.
isComposite() - Method in class org.apache.batik.bridge.svg12.XBLContentElementBridge
Returns false as the <xbl:content> element's selected nodes
are built all in this class.
isComposite() - Method in class org.apache.batik.bridge.svg12.XBLShadowTreeElementBridge
Returns true as the <xbl:template> element is a container.
isComposite() - Method in class org.apache.batik.bridge.SVGAElementBridge
Returns true as the <a> element is a container.
isComposite() - Method in class org.apache.batik.bridge.SVGGElementBridge
Returns true as the <g> element is a container.
isComposite() - Method in class org.apache.batik.bridge.SVGImageElementBridge
Returns false as image is not a container.
isComposite() - Method in class org.apache.batik.bridge.SVGShapeElementBridge
Returns false as shapes are not a container.
isComposite() - Method in class org.apache.batik.bridge.SVGSwitchElementBridge
Returns true as the <switch> element is not a container.
isComposite() - Method in class org.apache.batik.bridge.SVGTextElementBridge
Returns false as text is not a container.
isComposite() - Method in class org.apache.batik.bridge.SVGUseElementBridge
Returns false as the <use> element is a not container.
isComposite() - Method in class org.apache.batik.extension.svg.BatikFlowTextElementBridge
Returns false as text is not a container.
isComposite() - Method in class org.apache.batik.svggen.font.table.GlyfCompositeDescript
isComposite() - Method in class org.apache.batik.svggen.font.table.GlyfSimpleDescript
isComposite() - Method in interface org.apache.batik.svggen.font.table.GlyphDescription
isCompressedTextSet() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns true if a 'zTXT' chunk will be output.
isComputed(int) - Method in class org.apache.batik.css.engine.StyleMap
Tells whether the given property value is computed.
isConstant() - Method in class org.apache.batik.ext.awt.image.AbstractLight
isConstant() - Method in class org.apache.batik.ext.awt.image.DistantLight
isConstant() - Method in interface org.apache.batik.ext.awt.image.Light
isConstant() - Method in class org.apache.batik.ext.awt.image.PointLight
isConstant() - Method in class org.apache.batik.ext.awt.image.SpotLight
isConstantAnimation() - Method in class org.apache.batik.anim.timing.TimeContainer
Returns whether this timed element is for a constant animation (i.e., a
'set' animation.
isConstantAnimation() - Method in class org.apache.batik.anim.timing.TimedElement
Returns whether this timed element is for a constant animation (i.e., a
'set' animation.
isConstantAnimation() - Method in class org.apache.batik.bridge.SVGAnimationElementBridge
Returns whether this is a constant animation (i.e., a 'set' animation).
isConstantAnimation() - Method in class org.apache.batik.bridge.SVGAnimationElementBridge.SVGTimedElement
Returns whether this timed element is for a constant animation (i.e.,
a 'set' animation.
isConstantAnimation() - Method in class org.apache.batik.bridge.SVGSetElementBridge
Returns whether this is a constant animation (i.e., a 'set' animation).
isConsumed() - Method in class org.apache.batik.gvt.event.GraphicsNodeEvent
Returns whether or not this event has been consumed.
isControlDown() - Method in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
Returns whether or not the Control modifier is down on this event.
isCSSHexadecimalCharacter(char) - Static method in class org.apache.batik.css.parser.ScannerUtilities
Tests whether the given character is a valid hexadecimal character.
isCSSIdentifierStartCharacter(char) - Static method in class org.apache.batik.css.parser.ScannerUtilities
Tests whether the given character is a valid identifier start character.
isCSSNameCharacter(char) - Static method in class org.apache.batik.css.parser.ScannerUtilities
Tests whether the given character is a valid name character.
isCSSNavigableDocument - Variable in class org.apache.batik.css.engine.CSSEngine
Whether the document is a CSSNavigableDocument.
isCSSSpace(char) - Static method in class org.apache.batik.css.parser.ScannerUtilities
Tests whether the given character is a valid space.
isCSSStringCharacter(char) - Static method in class org.apache.batik.css.parser.ScannerUtilities
Tests whether the given character is a valid string character.
isCSSURICharacter(char) - Static method in class org.apache.batik.css.parser.ScannerUtilities
Tests whether the given character is a valid URI character.
isDataFlavorSupported(DataFlavor) - Method in class org.apache.batik.apps.svgbrowser.DOMDocumentTree.TransferableTreeNode
Checks if the given date flavor is supported.
isDefaultNamespace(String) - Method in class org.apache.batik.dom.AbstractNode
isDerivedFrom(String, String, int) - Method in class org.apache.batik.dom.AbstractAttr.AttrTypeInfo
Returns whether this type derives from the given type.
isDerivedFrom(String, String, int) - Method in class org.apache.batik.dom.AbstractElement.ElementTypeInfo
Returns whether this type derives from the given type.
isDetailShown - Variable in class org.apache.batik.util.gui.JErrorPane
This flag bit indicates whether or not the stack trace is shown.
isDirty - Variable in class org.apache.batik.anim.AbstractAnimation
Whether this animation needs recomputing.
isDNDSupported() - Method in interface org.apache.batik.apps.svgbrowser.DOMDocumentTreeController
Returns whether the DOMDocumentTree supports drag-and-drop.
isDNDSupported() - Method in class org.apache.batik.apps.svgbrowser.DOMViewer.DOMViewerDOMDocumentTreeController
isDone(String) - Method in class org.apache.batik.ext.awt.color.NamedProfileCache
Check if request(profileName) will return immediately with the
ICCColorSpaceExt.
isDone() - Method in interface org.apache.batik.ext.awt.geom.ExtendedPathIterator
isDone() - Method in class org.apache.batik.ext.awt.geom.PathLength.SingleSegmentPathIterator
isDone() - Method in class org.apache.batik.ext.awt.geom.ShapeExtender.EPIWrap
isDone(ParsedURL) - Method in class org.apache.batik.ext.awt.image.URLImageCache
Check if request(url) will return immediately with the
Filter.
isDoneImpl(Object) - Method in class org.apache.batik.util.SoftReferenceCache
Check if request(key) will return immediately with the
Object.
isDoubleBuffered - Variable in class org.apache.batik.gvt.renderer.MacRenderer
isDoubleBuffered() - Method in class org.apache.batik.gvt.renderer.MacRenderer
Returns true if the Renderer is currently doubleBuffering is
rendering requests.
isDoubleBuffered() - Method in interface org.apache.batik.gvt.renderer.Renderer
Returns true if the Renderer is currently doubleBuffering is
rendering requests.
isDoubleBuffered - Variable in class org.apache.batik.gvt.renderer.StaticRenderer
Flag for double buffering.
isDoubleBuffered() - Method in class org.apache.batik.gvt.renderer.StaticRenderer
Returns true if the Renderer is currently doubleBuffering is
rendering requests.
isDown - Variable in class org.apache.batik.bridge.BridgeEventSupport.Listener
isDynamic() - Method in class org.apache.batik.bridge.BridgeContext
Returns true if the document is dynamic, false otherwise.
isDynamic() - Method in interface org.apache.batik.css.engine.CSSContext
Returns true if the document is dynamic, false otherwise.
isDynamic() - Method in class org.apache.batik.ext.awt.image.renderable.AbstractRable
isDynamic() - Method in class org.apache.batik.ext.awt.image.renderable.DeferRable
Forward the call (blocking until source is set if need be).
isDynamic() - Method in class org.apache.batik.gvt.filter.BackgroundRable8Bit
Returns true if successive renderings (that is, calls to
createRendering() or createScaledRendering()) with the same arguments
may produce different results.
isDynamic() - Method in class org.apache.batik.gvt.filter.GraphicsNodeRable8Bit
Returns true if successive renderings (that is, calls to
createRendering() or createScaledRendering()) with the same arguments
may produce different results.
isDynamic() - Method in class org.apache.batik.swing.svg.AbstractJSVGComponent
Tells whether the component use dynamic features to
process the current document.
isDynamicDocument(BridgeContext, Document) - Static method in class org.apache.batik.bridge.BaseScriptingEnvironment
Tells whether the given SVG document is dynamic.
isDynamicDocument(Document) - Method in class org.apache.batik.bridge.BridgeContext
Tells whether the given SVG document is dynamic.
isDynamicDocument - Variable in class org.apache.batik.swing.svg.AbstractJSVGComponent
Whether the current document has dynamic features.
isDynamicElement(BridgeContext, Element) - Static method in class org.apache.batik.bridge.BaseScriptingEnvironment
isDynamicElement(Element, BridgeContext, List) - Static method in class org.apache.batik.bridge.BaseScriptingEnvironment
Tells whether the given SVG element is dynamic.
isDynamicElement(Element) - Method in interface org.apache.batik.bridge.BridgeExtension
Whether the presence of the specified element should cause
the document to be dynamic.
isDynamicElement(Element) - Method in class org.apache.batik.bridge.svg12.SVG12BridgeExtension
Whether the presence of the specified element should cause
the document to be dynamic.
isDynamicElement(Element) - Method in class org.apache.batik.bridge.SVGBridgeExtension
Whether the presence of the specified element should cause
the document to be dynamic.
isDynamicElement(Element) - Method in class org.apache.batik.extension.svg.BatikBridgeExtension
Whether the presence of the specified element should cause
the document to be dynamic.
isEditable() - Method in class org.apache.batik.apps.svgbrowser.DOMViewer.DOMViewerNodePickerController
isEditable() - Method in interface org.apache.batik.apps.svgbrowser.NodePickerController
Whether NodePickerPanel is should be editable.
isElementContentWhitespace() - Method in class org.apache.batik.dom.AbstractText
isElementOverlayEnabled - Variable in class org.apache.batik.apps.svgbrowser.DOMViewer
Whether painting the overlay on the canvas is enabled.
isEmbeddedFontsOn() - Method in class org.apache.batik.svggen.SVGGeneratorContext
Returns true
if we should generate SVG Fonts for
texts.
isEmpty() - Method in class org.apache.batik.bridge.SVGTextElementBridge.AttributedStringBuffer
Tells whether this AttributedStringBuffer is empty.
isEmpty() - Method in class org.apache.batik.ext.awt.geom.RectListManager
Returns true if this collection contains no elements.
isEmpty() - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Returns true if this composite graphics node does not contain
graphics node, false otherwise.
isEmpty() - Method in interface org.apache.batik.gvt.Selector
Reports whether the current selection contains any objects.
isEmpty() - Method in class org.apache.batik.gvt.text.ConcreteTextSelector
Reports whether the current selection contains any objects.
isEnabled() - Method in class org.apache.batik.util.gui.DropDownComponent
isEqualIgnoreCase(int, char) - Static method in class org.apache.batik.css.parser.Scanner
Compares the given int with the given character, ignoring case.
isEqualIgnoreCase(int, char) - Static method in class org.apache.batik.parser.AbstractScanner
Compares the given int with the given character, ignoring case.
isEqualNode(Node) - Method in class org.apache.batik.dom.AbstractNode
isEventCondition() - Method in class org.apache.batik.anim.timing.EventLikeTimingSpecifier
Returns whether this timing specifier is event-like (i.e., if it is
an eventbase, accesskey or a repeat timing specifier).
isEventCondition() - Method in class org.apache.batik.anim.timing.IndefiniteTimingSpecifier
Returns whether this timing specifier is event-like (i.e., if it is
an eventbase, accesskey or a repeat timing specifier).
isEventCondition() - Method in class org.apache.batik.anim.timing.MediaMarkerTimingSpecifier
Returns whether this timing specifier is event-like (i.e., if it is
an eventbase, accesskey or a repeat timing specifier).
isEventCondition() - Method in class org.apache.batik.anim.timing.OffsetTimingSpecifier
Returns whether this timing specifier is event-like (i.e., if it is
an eventbase, accesskey or a repeat timing specifier).
isEventCondition() - Method in class org.apache.batik.anim.timing.SyncbaseTimingSpecifier
Returns whether this timing specifier is event-like (i.e., if it is
an eventbase, accesskey or a repeat timing specifier).
isEventCondition() - Method in class org.apache.batik.anim.timing.TimingSpecifier
Returns whether this timing specifier is event-like (i.e., if it is
an eventbase, accesskey or a repeat timing specifier).
isEventCondition() - Method in class org.apache.batik.anim.timing.WallclockTimingSpecifier
Returns whether this timing specifier is event-like (i.e., if it is
an eventbase, accesskey or a repeat timing specifier).
isFatal - Variable in exception org.apache.batik.apps.rasterizer.SVGConverterException
Defines whether or not this is a fatal error condition
isFatal() - Method in exception org.apache.batik.apps.rasterizer.SVGConverterException
isFeatureIndexed(int) - Method in class org.apache.batik.svggen.font.table.LangSys
isFile(File) - Method in class org.apache.batik.apps.rasterizer.SVGConverter
Returns true if f is a File.
isFirstRunInChunk() - Method in class org.apache.batik.gvt.renderer.StrokingTextPainter.TextRun
isFlowRegionBreak() - Method in class org.apache.batik.extension.svg.MarginInfo
isFlowRegionBreak() - Method in class org.apache.batik.gvt.flow.BlockInfo
isFlowRegionBreak() - Method in class org.apache.batik.gvt.flow.MarginInfo
isFontSizeRelative(int) - Method in class org.apache.batik.css.engine.StyleMap
Tells whether the given property value is relative to 'font-size'.
isFontSizeRelative() - Method in class org.apache.batik.gvt.flow.MarginInfo
isFractalNoise() - Method in interface org.apache.batik.ext.awt.image.renderable.TurbulenceRable
Returns true if the turbulence function is using fractal noise,
instead of turbulence noise.
isFractalNoise() - Method in class org.apache.batik.ext.awt.image.renderable.TurbulenceRable8Bit
Returns true if the turbulence function is using fractal noise,
instead of turbulence noise.
isFractalNoise() - Method in class org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed
isFrozen - Variable in class org.apache.batik.anim.AbstractAnimation
Whether this animation is frozen.
isFrozen - Variable in class org.apache.batik.anim.timing.TimedElement
Whether the element is currently frozen.
isGammaSet() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns true if a 'gAMA' chunk will be output.
isGlyphOrientationAuto() - Method in class org.apache.batik.gvt.text.GlyphLayout
Returns whether or not the vertical glyph orientation value is "auto".
isGlyphVisible(int) - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
Returns true if specified glyph will be rendered.
isGlyphVisible(int) - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Returns true if specified glyph will be drawn.
isGlyphVisible(int) - Method in class org.apache.batik.gvt.font.MultiGlyphVector
Returns true if specified glyph will be drawn.
isGlyphVisible(int) - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
Returns true if specified glyph will be rendered.
isHalted() - Method in class org.apache.batik.util.HaltingThread
returns true if someone has halted the thread.
isHiddenFromSelectors() - Method in interface org.apache.batik.css.engine.CSSNavigableNode
Returns whether this node is the root of a (conceptual) hidden tree
that selectors will not work across.
isHiddenFromSelectors() - Method in class org.apache.batik.dom.svg.AbstractElement
Returns whether this node is the root of a (conceptual) hidden tree
that selectors will not work across.
isHiddenFromSelectors() - Method in class org.apache.batik.dom.svg.SVGOMUseElement
Returns whether this node is the root of a (conceptual) hidden tree
that selectors will not work across.
isHiddenFromSelectors() - Method in class org.apache.batik.dom.svg.SVGOMUseShadowRoot
Returns whether this node is the root of a (conceptual) hidden tree
that selectors will not work across.
isHyperlinking - Variable in class org.apache.batik.anim.timing.TimedDocumentRoot
Whether the document is currently being sampled for a hyperlink.
isHyperlinking() - Method in class org.apache.batik.anim.timing.TimedDocumentRoot
Returns whether the document is currently being sampled for a hyperlink.
isICCProfileDataSet() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns true if a 'iCCP' chunk will be output.
isId() - Method in class org.apache.batik.dom.AbstractAttr
isId(Attr) - Method in class org.apache.batik.dom.AbstractDocument
Returns whether the given attribute node is an ID attribute.
isId(Attr) - Method in class org.apache.batik.dom.GenericDocument
Returns true if the given Attr node represents an 'id'
for this document.
isId(Attr) - Method in class org.apache.batik.dom.svg.SVGOMDocument
Returns true if the given Attr node represents an 'id'
for this document.
isIdAttr - Variable in class org.apache.batik.dom.AbstractAttr
Whether this attribute is an ID attribute
isIdent - Variable in class org.apache.batik.anim.values.AnimatableAngleOrIdentValue
Whether this value is an identifier.
isIdent() - Method in class org.apache.batik.anim.values.AnimatableAngleOrIdentValue
Returns whether the value is an identifier.
isIdent - Variable in class org.apache.batik.anim.values.AnimatableLengthOrIdentValue
Whether this value is an identifier.
isIdent() - Method in class org.apache.batik.anim.values.AnimatableLengthOrIdentValue
Returns whether this value is an identifier or a length.
isIdent - Variable in class org.apache.batik.anim.values.AnimatableNumberOrIdentValue
Whether this value is an identifier.
isIdentity() - Method in class org.apache.batik.ext.awt.g2d.TransformStackElement
isImportant(String) - Method in class org.apache.batik.css.dom.CSSOMStoredStyleDeclaration
Tells whether the given property is important.
isImportant(String) - Method in interface org.apache.batik.css.dom.CSSOMStyleDeclaration.ValueProvider
Tells whether the given property is important.
isImportant(int) - Method in class org.apache.batik.css.engine.StyleMap
Tells whether the given property value is important.
isIndexed() - Method in class org.apache.batik.apps.svgbrowser.PNGOptionPanel
Returns if indexed or not
isInherited(int) - Method in class org.apache.batik.css.engine.StyleMap
Tells whether the given cascaded property value was
inherited from it's parent or set locally.
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.css2.ClipManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.css2.CursorManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.css2.DirectionManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.css2.DisplayManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.css2.FontFamilyManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.css2.FontSizeAdjustManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.css2.FontSizeManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.css2.FontStretchManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.css2.FontStyleManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.css2.FontVariantManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.css2.FontWeightManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.css2.OverflowManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.css2.SrcManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.css2.TextDecorationManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.css2.UnicodeBidiManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.css2.VisibilityManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.AlignmentBaselineManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.BaselineShiftManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.ClipPathManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.ClipRuleManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.ColorInterpolationManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.ColorManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.ColorProfileManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.ColorRenderingManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.DominantBaselineManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.EnableBackgroundManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.FillRuleManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.FilterManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.GlyphOrientationManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.ImageRenderingManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.KerningManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.MarkerManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.MaskManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.OpacityManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.PointerEventsManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.ShapeRenderingManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.SpacingManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.StrokeDasharrayManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.StrokeDashoffsetManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.StrokeLinecapManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.StrokeLinejoinManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.StrokeMiterlimitManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.StrokeWidthManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.SVGColorManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.SVGPaintManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.TextAnchorManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.TextRenderingManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg.WritingModeManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg12.LineHeightManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg12.MarginLengthManager
isInheritedProperty() - Method in class org.apache.batik.css.engine.value.svg12.TextAlignManager
isInheritedProperty() - Method in interface org.apache.batik.css.engine.value.ValueManager
Whether the handled property is inherited or not.
isInRange(int) - Method in class org.apache.batik.svggen.font.table.RangeRecord
isInteractive() - Method in class org.apache.batik.bridge.BridgeContext
Returns true if the document is interactive, false otherwise.
isInteractive() - Method in interface org.apache.batik.css.engine.CSSContext
Returns true if the document is interactive, false otherwise.
isInteractive() - Method in class org.apache.batik.swing.svg.AbstractJSVGComponent
Tells whether the component use dynamic features to
process the current document.
isInteractiveDocument(Document) - Method in class org.apache.batik.bridge.BridgeContext
Tells whether the given SVG document is Interactive.
isInteractiveDocument - Variable in class org.apache.batik.swing.svg.AbstractJSVGComponent
Whether the current document has dynamic features.
isJRE13 - Static variable in class org.apache.batik.util.Platform
Whether we are running on JRE 1.3.
isLastChar() - Method in class org.apache.batik.extension.svg.GlyphIterator
isLatinChar(char) - Method in class org.apache.batik.gvt.text.GlyphLayout
Returns true if the specified character is within one of the Latin
unicode character blocks.
isLeadingEdge() - Method in class org.apache.batik.gvt.text.TextHit
Returns whether on not the character has been hit on its leading edge.
isLeftToRight() - Method in class org.apache.batik.gvt.text.GlyphLayout
Returns true if the text direction in this layout is from left to right.
isLeftToRight() - Method in interface org.apache.batik.gvt.text.TextSpanLayout
Returns true if the text direction in this layout is from left to right.
isLigature() - Method in class org.apache.batik.gvt.font.GVTGlyphMetrics
Returns true if this is a ligature glyph.
isLigature(char) - Static method in class org.apache.batik.gvt.text.ArabicTextHandler
Returns true if the glyph for the specified character
respresents a ligature.
isLineHeightRelative(int) - Method in class org.apache.batik.css.engine.StyleMap
Tells whether the given property value is relative to 'line-height'.
isLocal - Variable in class org.apache.batik.dom.svg.SVGOMUseShadowRoot
Indicates if the imported css element is from
this document.
isLocked() - Method in class org.apache.batik.util.RunnableQueue.LockableLink
Whether the link is actually locked.
isMagnify - Variable in class org.apache.batik.bridge.ViewBox.ViewHandler
isMetaDown(int) - Static method in class org.apache.batik.gvt.event.AWTEventDispatcher
Returns whether the meta key is down according to the given modifiers
bitfield.
isMetaDown() - Method in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
Returns whether or not the Meta modifier is down on this event.
isMetalSteel() - Static method in class org.apache.batik.apps.svgbrowser.PreferenceDialog
Returns whether the current LAF is Metal Steel.
isModificationTimeSet() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns true if a 'tIME' chunk will be output.
isNodeDecrementEvent(InputEvent) - Method in class org.apache.batik.gvt.event.AbstractAWTEventDispatcher
Returns true if the input event e is a node decrement event,
false otherwise.
isNodeIncrementEvent(InputEvent) - Method in class org.apache.batik.gvt.event.AbstractAWTEventDispatcher
Returns true if the input event e is a node increment event,
false otherwise.
isNullCascaded(int) - Method in class org.apache.batik.css.engine.StyleMap
Tells whether the given cascaded property value is null.
ISO_8859_1Decoder - Class in org.apache.batik.util.io
This class represents an object which decodes ISO-8859-1 characters from
a stream of bytes.
ISO_8859_1Decoder(InputStream) - Constructor for class org.apache.batik.util.io.ISO_8859_1Decoder
Creates a new ISO_8859_1Decoder.
isOffscreenBufferNeeded() - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns true of an offscreen buffer is needed to render this node, false
otherwise.
isOnATextPath() - Method in class org.apache.batik.gvt.text.GlyphLayout
Returns true if this layout in on a text path.
isOnATextPath() - Method in interface org.apache.batik.gvt.text.TextSpanLayout
Returns true if this layout in on a text path.
isOSX - Static variable in class org.apache.batik.util.Platform
Whether we are running on Mac OS X.
isotropic - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
isOverflow() - Method in interface org.apache.batik.ext.awt.image.renderable.TileRable
Returns whether or not the source can overflow
the tile region or if the tile region should clip
the source
isOverflow() - Method in class org.apache.batik.ext.awt.image.renderable.TileRable8Bit
Returns the overflow strategy
isOverlayEnabled() - Method in class org.apache.batik.apps.svgbrowser.DOMViewer.DOMViewerElementOverlayController
isOverlayEnabled() - Method in interface org.apache.batik.apps.svgbrowser.ElementOverlayController
Returns whether the ElementOverlay is enabled.
isOverlayEnabled - Variable in class org.apache.batik.apps.svgbrowser.ElementOverlayManager
Whether the ElementOverlay is enabled.
isOverlayEnabled() - Method in class org.apache.batik.apps.svgbrowser.ElementOverlayManager
If the element overlay is enabled.
isPaletteHistogramSet() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns true if a 'hIST' chunk will be output.
isPaletteSet() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.Palette
Returns true if a 'PLTE' chunk will be output.
isParentDisplayed(Node) - Method in class org.apache.batik.bridge.SVGTextElementBridge
Indicate of the parent of a node is
a displayed element.
isParentOf(Node, Node) - Static method in class org.apache.batik.dom.util.DOMUtilities
Tests whether the given node is a child of the given parent node.
isParentRelative(int) - Method in class org.apache.batik.css.engine.StyleMap
Tells whether the given property value is relative to the parent's
property value.
isPartialLine() - Method in class org.apache.batik.extension.svg.LineInfo
isPaused() - Method in class org.apache.batik.anim.AnimationEngine
Returns whether animations are currently paused.
isPercentage - Variable in class org.apache.batik.anim.values.AnimatableNumberOrPercentageValue
Whether the number is a percentage.
isPercentage() - Method in class org.apache.batik.anim.values.AnimatableNumberOrPercentageValue
Returns whether the value is a percentage.
isPhysicalDimensionSet() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns true if a 'pHYS' chunk will be output.
isPresent - Static variable in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.Debugger
Whether the Rhino debugger classes are present.
isPresent(String) - Method in class org.apache.batik.ext.awt.color.NamedProfileCache
Check if request(profileName) will return with a ICCColorSpaceExt
(not putting you on the hook for it).
isPresent(ParsedURL) - Method in class org.apache.batik.ext.awt.image.URLImageCache
Check if request(url) will return with a Filter
(not putting you on the hook for it).
isPresentImpl(Object) - Method in class org.apache.batik.util.SoftReferenceCache
Check if request(key) will return with an Object
(not putting you on the hook for it).
isPrinting(char) - Method in class org.apache.batik.extension.svg.GlyphIterator
isPrinting() - Method in class org.apache.batik.extension.svg.GlyphIterator
isProcessing - Variable in class org.apache.batik.bridge.svg12.DefaultXBLManager
Whether XBL processing is currently taking place.
isProcessing() - Method in class org.apache.batik.bridge.svg12.DefaultXBLManager
Returns whether XBL processing is currently enabled.
isProcessing - Variable in class org.apache.batik.dom.xbl.GenericXBLManager
Whether XBL processing is currently taking place.
isProcessing() - Method in class org.apache.batik.dom.xbl.GenericXBLManager
Returns whether XBL processing is currently enabled.
isProcessing() - Method in interface org.apache.batik.dom.xbl.XBLManager
Returns whether XBL processing is currently enabled.
isPropertyAdditive(String) - Method in interface org.apache.batik.dom.svg.ExtendedTraitAccess
Returns whether the given CSS property is additive.
isPropertyAdditive(String) - Method in class org.apache.batik.dom.svg.SVGOMElement
Returns whether the given CSS property is additive.
isPropertyAnimatable(String) - Method in interface org.apache.batik.dom.svg.ExtendedTraitAccess
Returns whether the given CSS property is animatable.
isPropertyAnimatable(String) - Method in class org.apache.batik.dom.svg.SVGOMElement
Returns whether the given CSS property is animatable.
isPseudoElement(String) - Method in class org.apache.batik.css.parser.Parser
Tells whether or not the given string represents a pseudo-element.
isPseudoInstanceOf(String) - Method in interface org.apache.batik.css.engine.CSSStylableElement
Tells whether this element is an instance of the given pseudo
class.
isPseudoInstanceOf(String) - Method in class org.apache.batik.dom.svg.SVGStylableElement
Tells whether this element is an instance of the given pseudo
class.
isPseudoInstanceOf(String) - Method in class org.apache.batik.extension.StylableExtensionElement
Tells whether this element is an instance of the given pseudo
class.
isReadable() - Method in class org.apache.batik.apps.rasterizer.SVGConverterFileSource
isReadable() - Method in interface org.apache.batik.apps.rasterizer.SVGConverterSource
Checks if source can be read
isReadable() - Method in class org.apache.batik.apps.rasterizer.SVGConverterURLSource
isReading() - Method in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
isReadonly() - Method in interface org.apache.batik.dom.ExtendedNode
Tests whether this node is readonly.
isReadonly() - Method in class org.apache.batik.dom.GenericAttr
Tests whether this node is readonly.
isReadonly() - Method in class org.apache.batik.dom.GenericAttrNS
Tests whether this node is readonly.
isReadonly() - Method in class org.apache.batik.dom.GenericCDATASection
Tests whether this node is readonly.
isReadonly() - Method in class org.apache.batik.dom.GenericComment
Tests whether this node is readonly.
isReadonly() - Method in class org.apache.batik.dom.GenericDocument
Tests whether this node is readonly.
isReadonly() - Method in class org.apache.batik.dom.GenericDocumentFragment
Tests whether this node is readonly.
isReadonly() - Method in class org.apache.batik.dom.GenericDocumentType
isReadonly() - Method in class org.apache.batik.dom.GenericElement
Tests whether this node is readonly.
isReadonly() - Method in class org.apache.batik.dom.GenericElementNS
Tests whether this node is readonly.
isReadonly() - Method in class org.apache.batik.dom.GenericEntity
Tests whether this node is readonly.
isReadonly() - Method in class org.apache.batik.dom.GenericEntityReference
Tests whether this node is readonly.
isReadonly() - Method in class org.apache.batik.dom.GenericNotation
Tests whether this node is readonly.
isReadonly() - Method in class org.apache.batik.dom.GenericProcessingInstruction
Tests whether this node is readonly.
isReadonly() - Method in class org.apache.batik.dom.GenericText
Tests whether this node is readonly.
isReadonly() - Method in class org.apache.batik.dom.StyleSheetProcessingInstruction
Tests whether this node is readonly.
isReadonly() - Method in class org.apache.batik.dom.svg.SVGOMDocument
Tests whether this node is readonly.
isReadonly() - Method in class org.apache.batik.dom.svg.SVGOMElement
Tests whether this node is readonly.
isReadonly() - Method in class org.apache.batik.dom.svg.SVGOMUseShadowRoot
Tests whether this node is readonly.
isReadonly() - Method in class org.apache.batik.extension.ExtensionElement
Tests whether this node is readonly.
isReady - Variable in class org.apache.batik.swing.JSVGScrollPane.ScrollListener
isRelative() - Method in class org.apache.batik.extension.svg.BatikFlowTextElementBridge.LineBreakInfo
isRunning() - Method in class org.apache.batik.bridge.UpdateManager
Tells whether the update manager is currently running.
isSameAs(String) - Method in class org.apache.batik.apps.rasterizer.SVGConverterFileSource
isSameAs(String) - Method in interface org.apache.batik.apps.rasterizer.SVGConverterSource
Checks if same as source described by srcStr
isSameAs(String) - Method in class org.apache.batik.apps.rasterizer.SVGConverterURLSource
isSameNode(Node) - Method in class org.apache.batik.dom.AbstractNode
isSampling - Variable in class org.apache.batik.anim.timing.TimedDocumentRoot
Whether the document is currently being sampled.
isSampling() - Method in class org.apache.batik.anim.timing.TimedDocumentRoot
Returns whether the document is currently being sampled.
isSampling - Variable in class org.apache.batik.anim.timing.TimedElement
Whether this timed element is currently being sampled.
isSelected(Node) - Method in class org.apache.batik.bridge.svg12.AbstractContentSelector
Returns true if the given node has already been selected
by a content element.
isSelected() - Method in interface org.apache.batik.util.gui.DropDownComponent.ScrollablePopupMenuItem
Checks if the item is selected.
isSelectionOverlayXORMode() - Method in interface org.apache.batik.apps.svgbrowser.Application
Returns true if the selection overlay is painted in XOR mode, false
otherwise.
isSelectionOverlayXORMode() - Method in class org.apache.batik.apps.svgbrowser.Main
Returns true if the selection overlay is painted in XOR mode, false
otherwise.
isSelectionOverlayXORMode() - Method in class org.apache.batik.swing.gvt.AbstractJGVTComponent
Returns true if the selection overlay is painted in XOR mode, false
otherwise.
isSelectionOverlayXORMode() - Method in class org.apache.batik.swing.gvt.TextSelectionManager
Returns true if the selection overlay is painted in XOR mode, false
otherwise.
isShiftDown() - Method in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
Returns whether or not the Shift modifier is down on this event.
isSignificantBitsSet() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns true if an 'sBIT' chunk will be output.
isSingleScopeEvent(Event) - Method in class org.apache.batik.dom.svg12.XBLEventSupport
Returns whether the given event should be stopped once it crosses
a shadow scope boundary.
isSpecified() - Method in class org.apache.batik.dom.svg.AbstractSVGAnimatedValue
Returns whether this animated value has a specified value.
isSRGBIntentSet() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns true if an 'sRGB' chunk will be output.
isStandalone - Variable in class org.apache.batik.dom.util.SAXDocumentFactory
Whether the document just parsed was standalone.
isStandard() - Method in class org.apache.batik.gvt.font.GVTGlyphMetrics
Returns true if this is a standard glyph.
isStitched() - Method in interface org.apache.batik.ext.awt.image.renderable.TurbulenceRable
Returns true if the turbulence function is currently stitching tiles.
isStitched() - Method in class org.apache.batik.ext.awt.image.renderable.TurbulenceRable8Bit
Returns true if the turbulence function is currently stitching tiles.
isSuggestedPaletteSet() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns true if a 'sPLT' chunk will be output.
isSupported(String, String) - Method in class org.apache.batik.dom.AbstractNode
isSVG12 - Variable in class org.apache.batik.bridge.AbstractGraphicsNodeBridge
Whether the document is an SVG 1.2 document.
isSVG12 - Variable in class org.apache.batik.bridge.BridgeContext
Whether the document is an SVG 1.2 document.
isSVG12() - Method in class org.apache.batik.bridge.BridgeContext
Returns whether the managed document is an SVG 1.2 document.
isSVG12 - Variable in class org.apache.batik.bridge.SVGAnimationEngine
Whether the document is an SVG 1.2 document.
isSVG12 - Variable in class org.apache.batik.dom.svg.SVGOMDocument
Whether the document supports SVG 1.2.
isSVG12() - Method in class org.apache.batik.dom.svg.SVGOMDocument
Returns whether the document supports SVG 1.2.
isSVG12AccessKey - Variable in class org.apache.batik.anim.timing.AccesskeyTimingSpecifier
Whether this access key specifier uses SVG 1.2 syntax.
isTagPresent(int) - Method in class org.apache.batik.ext.awt.image.codec.tiff.TIFFDirectory
Returns true if a tag appears in the directory.
isTextChild(Element) - Method in class org.apache.batik.bridge.svg12.SVGFlowRootElementBridge
isTextChild(Element) - Method in class org.apache.batik.bridge.SVGTextElementBridge
isTextElement(Element) - Method in class org.apache.batik.bridge.svg12.SVGFlowRootElementBridge
isTextElement(Element) - Method in class org.apache.batik.bridge.SVGTextElementBridge
isTextSensitive(Element) - Static method in class org.apache.batik.bridge.SVGTextElementBridge
isTextSet() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns true if a 'tEXt' chunk will be output.
isTraitAdditive(String, String) - Method in interface org.apache.batik.dom.svg.ExtendedTraitAccess
Returns whether the given trait is additive.
isTraitAdditive(String, String) - Method in class org.apache.batik.dom.svg.SVGOMElement
Returns whether the given trait is additive.
isTraitAnimatable(String, String) - Method in interface org.apache.batik.dom.svg.ExtendedTraitAccess
Returns whether the given trait is animatable.
isTraitAnimatable(String, String) - Method in class org.apache.batik.dom.svg.SVGOMElement
Returns whether the given trait is animatable.
isTransformStackValid() - Method in class org.apache.batik.ext.awt.g2d.GraphicContext
Checks the status of the transform stack
isTransparencySet() - Method in class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
Returns true if a 'tRNS' chunk will be output.
istream - Variable in class org.apache.batik.transcoder.TranscoderInput
The optional input has a byte stream.
isUnresolved(float) - Static method in class org.apache.batik.anim.timing.TimedElement
isUsed() - Method in class org.apache.batik.transcoder.wmf.tosvg.GdiObject
Return true if this GdiObject is used.
isValidating() - Method in interface org.apache.batik.dom.util.DocumentFactory
Returns true if the XML stream has to be validated, false otherwise.
isValidating - Variable in class org.apache.batik.dom.util.SAXDocumentFactory
Whether the parser is in validating mode.
isValidating() - Method in class org.apache.batik.dom.util.SAXDocumentFactory
Returns true if the XML parser validates the XML stream, false
otherwise.
isValidName(String) - Static method in class org.apache.batik.dom.util.DOMUtilities
Tests whether the given string is a valid name.
isValidName11(String) - Static method in class org.apache.batik.dom.util.DOMUtilities
Tests whether the given string is a valid XML 1.1 name.
isValidPrefix(String) - Static method in class org.apache.batik.dom.util.DOMUtilities
Tests whether the given string is a valid prefix.
isVertical() - Method in class org.apache.batik.bridge.SVGTextElementBridge.CharacterInformation
isVertical() - Method in class org.apache.batik.gvt.text.GlyphLayout
Returns true if the advance direction of this text is vertical.
isVertical() - Method in interface org.apache.batik.gvt.text.TextSpanLayout
Returns true if the advance direction of this text is vertical.
isVertical - Variable in class org.apache.batik.swing.JSVGScrollPane.SBListener
isVisible - Variable in class org.apache.batik.gvt.AbstractGraphicsNode
This flag bit indicates whether or not this graphics node is visible.
isVisible() - Method in class org.apache.batik.gvt.AbstractGraphicsNode
Returns true if this node is visible, false otherwise.
isVisible() - Method in interface org.apache.batik.gvt.GraphicsNode
Returns true if this node is visible, false otherwise.
isWhitespace() - Method in class org.apache.batik.gvt.font.GVTGlyphMetrics
Returns true if this is a whitespace glyph.
isWhiteSpace(char[]) - Method in class org.apache.batik.transcoder.svg2svg.OutputManager
Tells whether the given character represents white spaces.
isWriteable(File) - Method in class org.apache.batik.apps.rasterizer.SVGConverter
Checks if the application is allowed to write to the file.
isXML11Character(int) - Static method in class org.apache.batik.xml.XMLUtilities
Tests whether the given 32 bit character is a valid XML 1.1 character.
isXML11NameCharacter(char) - Static method in class org.apache.batik.xml.XMLUtilities
Tests whether the given character is a valid XML 1.1 name character.
isXML11NameFirstCharacter(char) - Static method in class org.apache.batik.xml.XMLUtilities
Tests whether the given character is usable as the
first character of an XML 1.1 name.
isXMLAlphabeticCharacter(char) - Static method in class org.apache.batik.xml.XMLUtilities
Tests whether the given character is a valid aphabetic character.
isXMLCharacter(int) - Static method in class org.apache.batik.xml.XMLUtilities
Tests whether the given 32 bits character is valid in XML documents.
isXMLNameCharacter(char) - Static method in class org.apache.batik.xml.XMLUtilities
Tests whether the given character is a valid XML name character.
isXMLNameFirstCharacter(char) - Static method in class org.apache.batik.xml.XMLUtilities
Tests whether the given character is usable as the
first character of an XML name.
isXMLParserValidating() - Method in interface org.apache.batik.apps.svgbrowser.Application
Returns true if the XML parser must be in validation mode, false
otherwise.
isXMLParserValidating() - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.UserAgent
Returns true if the XML parser must be in validation mode, false
otherwise.
isXMLParserValidating() - Method in class org.apache.batik.apps.svgbrowser.Main
Returns true if the XML parser must be in validation mode, false
otherwise.
isXMLParserValidating - Variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
isXMLParserValidating() - Method in interface org.apache.batik.bridge.UserAgent
Returns true if the XML parser must be in validation mode, false
otherwise.
isXMLParserValidating() - Method in class org.apache.batik.bridge.UserAgentAdapter
Returns false.
isXMLParserValidating() - Method in class org.apache.batik.swing.svg.AbstractJSVGComponent.BridgeUserAgent
Returns true if the XML parser must be in validation mode, false
otherwise depending on the SVGUserAgent.
isXMLParserValidating() - Method in class org.apache.batik.swing.svg.AbstractJSVGComponent.BridgeUserAgentWrapper
Returns true if the XML parser must be in validation mode, false
otherwise.
isXMLParserValidating() - Method in interface org.apache.batik.swing.svg.SVGUserAgent
Returns true if the XML parser must be in validation mode, false
otherwise.
isXMLParserValidating() - Method in class org.apache.batik.swing.svg.SVGUserAgentAdapter
Returns true if the XML parser must be in validation mode, false
otherwise.
isXMLParserValidating() - Method in class org.apache.batik.transcoder.SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent
Returns true if the XML parser must be in validation mode, false
otherwise.
isXMLPublicIdCharacter(char) - Static method in class org.apache.batik.xml.XMLUtilities
Tests whether the given character is a valid XML public ID character.
isXMLSpace(char) - Static method in class org.apache.batik.xml.XMLUtilities
Tests whether the given character is a valid space.
isXMLVersionCharacter(char) - Static method in class org.apache.batik.xml.XMLUtilities
Tests whether the given character is a valid XML version character.
isXorMode() - Method in class org.apache.batik.apps.svgbrowser.ElementOverlayManager
Gets the xorMode.
it - Variable in class org.apache.batik.ext.awt.geom.PathLength.SingleSegmentPathIterator
The path iterator being wrapped.
italic - Variable in class org.apache.batik.transcoder.wmf.tosvg.WMFFont
ITALIC_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'italic' keyword.
item(int) - Method in class org.apache.batik.bridge.svg12.DefaultContentSelector.SelectedNodes
item(int) - Method in class org.apache.batik.bridge.svg12.DefaultXBLManager.XblChildNodes
item(int) - Method in class org.apache.batik.bridge.svg12.XPathPatternContentSelector.SelectedNodes
item(int) - Method in class org.apache.batik.bridge.svg12.XPathSubsetContentSelector.SelectedNodes
item(int) - Method in class org.apache.batik.css.dom.CSSOMComputedStyle
item(int) - Method in class org.apache.batik.css.dom.CSSOMStoredStyleDeclaration
Returns the value at the given.
item(int) - Method in class org.apache.batik.css.dom.CSSOMStyleDeclaration
item(int) - Method in interface org.apache.batik.css.dom.CSSOMStyleDeclaration.ValueProvider
Returns the value at the given.
item(int) - Method in class org.apache.batik.css.dom.CSSOMSVGColor.AbstractComponent
item(int) - Method in class org.apache.batik.css.dom.CSSOMValue.AbstractComponent
item(int) - Method in class org.apache.batik.css.dom.CSSOMValue
item(int) - Method in class org.apache.batik.css.engine.value.AbstractValue
item(int) - Method in class org.apache.batik.css.engine.value.ComputedValue
item(int) - Method in class org.apache.batik.css.engine.value.ListValue
item(int) - Method in interface org.apache.batik.css.engine.value.Value
Used to retrieve a rule by ordinal index.
item(int) - Method in class org.apache.batik.css.parser.CSSSACMediaList
SAC: Returns the selector at the specified index, or
null
if this is not a valid index.
item(int) - Method in class org.apache.batik.css.parser.CSSSelectorList
SAC: Returns the selector at the specified index, or
null
if this is not a valid index.
item(int) - Method in class org.apache.batik.dom.AbstractDocument.DocumentConfiguration.ParameterNameList
Returns the parameter name at the given index.
item(int) - Method in class org.apache.batik.dom.AbstractElement.NamedNodeHashMap
item(int) - Method in class org.apache.batik.dom.AbstractParentNode.ChildNodes
item(int) - Method in class org.apache.batik.dom.AbstractParentNode.ElementsByTagName
item(int) - Method in class org.apache.batik.dom.AbstractParentNode.ElementsByTagNameNS
item(SVGItem) - Method in class org.apache.batik.dom.svg.AbstractSVGList.ListBuilder
Adds an item to the list.
item(SVGItem) - Method in interface org.apache.batik.dom.svg.ListHandler
Indicates a new item to add to the list.
item(int) - Method in class org.apache.batik.dom.util.HashTable
Returns the item at the given position.
item(int) - Method in class org.apache.batik.dom.util.ListNodeList
itemChanged() - Method in class org.apache.batik.dom.svg.AbstractSVGList
Method to be called by a member
SVGItem
object when its value
changes.
itemList - Variable in class org.apache.batik.dom.svg.AbstractSVGList
The list of items.
items - Variable in class org.apache.batik.apps.svgbrowser.DropDownHistoryModel
Scrollable popup menu items.
items - Variable in class org.apache.batik.css.dom.CSSOMValue
The list items.
items - Variable in class org.apache.batik.css.engine.value.ListValue
The items.
ITEMS_ADDED - Static variable in class org.apache.batik.util.gui.DropDownComponent.ScrollablePopupMenuEvent
ITEMS_REMOVED - Static variable in class org.apache.batik.util.gui.DropDownComponent.ScrollablePopupMenuEvent
itemStringValue - Variable in class org.apache.batik.dom.svg.AbstractSVGItem
String representation of the item.
itemStringValue - Variable in class org.apache.batik.dom.svg.AbstractSVGTransformList.SVGTransformItem
String representation of the item.
itemsWereAdded(DropDownComponent.ScrollablePopupMenuEvent) - Method in class org.apache.batik.util.gui.DropDownComponent.ScrollablePopupMenuAdapter
itemsWereAdded(DropDownComponent.ScrollablePopupMenuEvent) - Method in interface org.apache.batik.util.gui.DropDownComponent.ScrollablePopupMenuListener
Handles the 'itemsWereAdded' event.
itemsWereRemoved(DropDownComponent.ScrollablePopupMenuEvent) - Method in class org.apache.batik.util.gui.DropDownComponent.ScrollablePopupMenuAdapter
itemsWereRemoved(DropDownComponent.ScrollablePopupMenuEvent) - Method in interface org.apache.batik.util.gui.DropDownComponent.ScrollablePopupMenuListener
Handles the 'itemsWereRemoved' event.
iterateNext() - Method in class org.apache.batik.dom.AbstractDocument.XPathExpr.Result
DOM: Implement
XPathResult.iterateNext()
.
iterator - Variable in class org.apache.batik.dom.AbstractDocument.XPathExpr.Result
The NodeList for iterators.
iterator() - Method in class org.apache.batik.ext.awt.geom.RectListManager
Returns an iterator over the elements in this collection
iterator() - Method in class org.apache.batik.ext.awt.geom.SegmentList
iterator() - Method in class org.apache.batik.gvt.CompositeGraphicsNode
Returns an iterator over the children of this graphics node.
iterator() - Method in class org.apache.batik.util.DoublyIndexedTable
Returns an iterator on the entries of the table.
iterator() - Method in class org.apache.batik.util.RunnableQueue
Returns an iterator over the runnables.
iteratorPosition - Variable in class org.apache.batik.dom.AbstractDocument.XPathExpr.Result
The position of the iterator.
iterators - Variable in class org.apache.batik.dom.traversal.TraversalSupport
The iterators list.
IVORY_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'ivory' RGB color.
IVORY_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'ivory' color name.
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 _