Skip navigation links
lib-gwt-svg 0.5.12+mca.1
A B C D E F G H I L M N O P R S T U V W X 

I

iccColor(String) - Method in class org.vectomatic.dom.svg.impl.SVGPaintParser
 
iccColor - Variable in class org.vectomatic.dom.svg.OMSVGColor
 
IFrameXmlLoader - Class in org.vectomatic.dom.svg.utils
Implementation of the AsyncXmlLoader based on iframes.
IFrameXmlLoader() - Constructor for class org.vectomatic.dom.svg.utils.IFrameXmlLoader
 
IGetSVGDocument - Interface in org.vectomatic.dom.svg.itf
This interface provides access to an SVG document embedded by reference in another DOM-based language.
importNode(OMNode, boolean) - Method in class org.vectomatic.dom.svg.OMDocument
Imports a node from another document to this document, without altering or removing the source node from the original document; this method creates a new copy of the source node.
importNode(Document, Node, boolean) - Static method in class org.vectomatic.dom.svg.utils.DOMHelper
Imports a node from another document to this document, without altering or removing the source node from the original document; this method creates a new copy of the source node.
IN_BACKGROUND_ALPHA - Static variable in class org.vectomatic.dom.svg.OMSVGFilterElement
Same as BackgroundImage except only the alpha channel is used.
IN_BACKGROUND_IMAGE - Static variable in class org.vectomatic.dom.svg.OMSVGFilterElement
This keyword represents an image snapshot of the canvas under the filter region at the time that the ‘filter’ element was invoked.
IN_FILL_PAINT - Static variable in class org.vectomatic.dom.svg.OMSVGFilterElement
This keyword represents the value of the ‘fill’ property on the target element for the filter effect.
IN_SOURCE_ALPHA - Static variable in class org.vectomatic.dom.svg.OMSVGFilterElement
This keyword represents the graphics elements that were the original input into the ‘filter’ element.
IN_SOURCE_GRAPHIC - Static variable in class org.vectomatic.dom.svg.OMSVGFilterElement
This keyword represents the graphics elements that were the original input into the ‘filter’ element.
IN_STROKE_PAINT - Static variable in class org.vectomatic.dom.svg.OMSVGFilterElement
This keyword represents the value of the ‘stroke’ property on the target element for the filter effect.
INHERIT - Static variable in class org.vectomatic.dom.svg.impl.SVGPaintParser
 
init(TreeLogger, ResourceContext) - Method in class org.vectomatic.dev.svg.impl.gen.ExternalSVGResourceGenerator
 
init() - Method in class org.vectomatic.dom.svg.impl.DOMHelperImpl
 
initEventSystem() - Method in class org.vectomatic.dom.svg.impl.DOMHelperImpl
Initializes the event system.
initialize(OMSVGLength) - Method in class org.vectomatic.dom.svg.OMSVGLengthList
Clears all existing current items from the list and re-initializes the list to hold the single item specified by the parameter.
initialize(OMSVGNumber) - Method in class org.vectomatic.dom.svg.OMSVGNumberList
Clears all existing current items from the list and re-initializes the list to hold the single item specified by the parameter.
initialize(OMSVGPathSeg) - Method in class org.vectomatic.dom.svg.OMSVGPathSegList
Clears all existing current items from the list and re-initializes the list to hold the single item specified by the parameter.
initialize(OMSVGPoint) - Method in class org.vectomatic.dom.svg.OMSVGPointList
Clears all existing current items from the list and re-initializes the list to hold the single item specified by the parameter.
initialize(String) - Method in class org.vectomatic.dom.svg.OMSVGStringList
Clears all existing current items from the list and re-initializes the list to hold the single item specified by the parameter.
initialize(OMSVGTransform) - Method in class org.vectomatic.dom.svg.OMSVGTransformList
Clears all existing current items from the list and re-initializes the list to hold the single item specified by the parameter.
initXPath() - Method in class org.vectomatic.dom.svg.impl.DOMHelperImpl
 
insertBefore(OMNode, OMNode) - Method in class org.vectomatic.dom.svg.OMNode
Inserts the node newChild before the existing child node refChild.
insertData(int, String) - Method in class org.vectomatic.dom.svg.OMText
Insert a string at the specified 16-bit unit offset.
insertItemBefore(OMSVGLength, int) - Method in class org.vectomatic.dom.svg.OMSVGLengthList
Inserts a new item into the list at the specified position.
insertItemBefore(OMSVGNumber, int) - Method in class org.vectomatic.dom.svg.OMSVGNumberList
Inserts a new item into the list at the specified position.
insertItemBefore(OMSVGSVGElement, float, int) - Method in class org.vectomatic.dom.svg.OMSVGNumberList
Inserts a new value into the list at the specified position.
insertItemBefore(OMSVGPathSeg, int) - Method in class org.vectomatic.dom.svg.OMSVGPathSegList
Inserts a new item into the list at the specified position.
insertItemBefore(OMSVGPoint, int) - Method in class org.vectomatic.dom.svg.OMSVGPointList
Inserts a new item into the list at the specified position.
insertItemBefore(String, int) - Method in class org.vectomatic.dom.svg.OMSVGStringList
Inserts a new item into the list at the specified position.
insertItemBefore(OMSVGTransform, int) - Method in class org.vectomatic.dom.svg.OMSVGTransformList
Inserts a new item into the list at the specified position.
inset(float, float) - Method in class org.vectomatic.dom.svg.OMSVGRect
Modifies the position and size of this rectangle by adding the specified margin to it.
inset(OMSVGRect, float, float) - Method in class org.vectomatic.dom.svg.OMSVGRect
Modifies the position and size of this rectangle by adding the specified margin to it and puts the result in the destination rectangle.
install(SVGButtonBase) - Method in class org.vectomatic.dom.svg.ui.SVGButtonBase.SVGFaceChange
 
install(SVGButtonBase) - Method in class org.vectomatic.dom.svg.ui.SVGButtonBase.SVGStyleChange
 
INSTANCE - Static variable in class org.vectomatic.dom.svg.impl.DashArrayParser
 
INSTANCE - Static variable in interface org.vectomatic.dom.svg.impl.DOMHelperImpl.Resource
 
INSTANCE - Static variable in class org.vectomatic.dom.svg.impl.SVGPaintParser
 
INSTANCE - Static variable in class org.vectomatic.dom.svg.utils.SVGPrefixResolver
 
interpretElement(XMLElement) - Method in class com.google.gwt.uibinder.elementparsers.SvgFieldInterpreter
 
interpretElement(XMLElement) - Method in class com.google.gwt.uibinder.elementparsers.SvgInterpreter
 
interpretElement(XMLElement) - Method in interface com.google.gwt.uibinder.rebind.XMLElement.Interpreter
Given an XMLElement, return its filtered value.
intersection(OMSVGRect) - Method in class org.vectomatic.dom.svg.OMSVGRect
Computes the intersection of this rectangle with the specified rectangle and puts the result in this rectangle.
intersection(OMSVGRect, OMSVGRect) - Method in class org.vectomatic.dom.svg.OMSVGRect
Computes the intersection of this rectangle with the specified rectangle and puts the result in the destination rectangle.
intersectionPoint(OMSVGPoint) - Method in class org.vectomatic.dom.svg.impl.SVGLineElement
Computes the intersection point between this line and the tangent perpendicular to this line through p.
intersectionPoint(OMSVGPoint, OMSVGPoint) - Method in class org.vectomatic.dom.svg.impl.SVGLineElement
Computes the intersection point between this line and the tangent perpendicular to this line through p and puts the result in the specified destination point.
intersectionPoint(OMSVGPoint) - Method in class org.vectomatic.dom.svg.OMSVGLineElement
Computes the intersection point between this line and the tangent perpendicular to this line through p.
intersectionPoint(OMSVGPoint, OMSVGPoint) - Method in class org.vectomatic.dom.svg.OMSVGLineElement
Computes the intersection point between this line and the tangent perpendicular to this line through p and puts the result in the specified destination point.
inverse() - Method in class org.vectomatic.dom.svg.OMSVGMatrix
Returns the inverse matrix.
isBinderElement(XMLElement) - Method in class com.google.gwt.uibinder.rebind.UiBinderWriter
 
isChildOf(Node, Node) - Method in class org.vectomatic.dom.svg.impl.DOMHelperImpl
Tests if a node is part of a DOM subtree.
isDown() - Method in class org.vectomatic.dom.svg.ui.SVGToggleButton
Returns whether this button is down
isElementAssignableTo(XMLElement, Class<?>) - Method in class com.google.gwt.uibinder.rebind.UiBinderWriter
 
isElementAssignableTo(XMLElement, JClassType) - Method in class com.google.gwt.uibinder.rebind.UiBinderWriter
 
isEnabled() - Method in class org.vectomatic.dom.svg.ui.SVGButtonBase
Returns true if this button is enabled, false otherwise
isEventHandled(Event.Type<?>) - Method in class org.vectomatic.dom.svg.impl.DOMEventBus
 
isId() - Method in class org.vectomatic.dom.svg.impl.Attr
Returns whether this attribute is known to be of type ID (i.e. to contain an identifier for its owner element) or not.
isId() - Method in class org.vectomatic.dom.svg.OMAttr
Returns whether this attribute is known to be of type ID (i.e. to contain an identifier for its owner element) or not.
isIdentity() - Method in class org.vectomatic.dom.svg.OMSVGMatrix
Returns true if this matrix is the identity matrix
isIE() - Static method in class org.vectomatic.dom.svg.impl.SVGParserImpl
 
isImportedElement(XMLElement) - Method in class com.google.gwt.uibinder.rebind.UiBinderWriter
 
isOwnerFieldLazyDomElement(String) - Method in class com.google.gwt.uibinder.rebind.UiBinderWriter
Checks whether the given owner field name is a LazyDomElement or not.
isRenderableElement(XMLElement) - Method in class com.google.gwt.uibinder.rebind.UiBinderWriter
 
isRenderer() - Method in class com.google.gwt.uibinder.rebind.UiBinderWriter
 
ISVGAnimatedPathData - Interface in org.vectomatic.dom.svg.itf
The SVGAnimatedPathData interface supports elements which have a 'd' attribute which holds SVG path data, and supports the ability to animate that attribute.
ISVGAnimatedPoints - Interface in org.vectomatic.dom.svg.itf
The ISVGAnimatedPoints interface supports elements which have a 'points' attribute which holds a list of coordinate values and which support the ability to animate that attribute.
ISVGContainerElement - Interface in org.vectomatic.dom.svg.itf
An interface to tag elements which can have graphics elements and other container elements as child elements.
ISVGExternalResourcesRequired - Interface in org.vectomatic.dom.svg.itf
Interface ISVGExternalResourcesRequired defines an interface which applies to all elements where this element or one of its descendants can reference an external resource.
ISVGFilterPrimitiveStandardAttributes - Interface in org.vectomatic.dom.svg.itf
This interface defines the set of DOM attributes that are common across the filter primitive interfaces.
ISVGFitToViewBox - Interface in org.vectomatic.dom.svg.itf
Interface ISVGFitToViewBox defines DOM attributes that apply to elements which have XML attributes ISVGFitToViewBox.getViewBox() and ISVGFitToViewBox.getPreserveAspectRatio().
ISVGGraphicsElement - Interface in org.vectomatic.dom.svg.itf
An interface to tag the element types that can cause graphics to be drawn onto the target canvas.
ISVGLangSpace - Interface in org.vectomatic.dom.svg.itf
Interface ISVGLangSpace defines an interface which applies to all elements which have attributes xml:lang and xml:space.
ISVGLocatable - Interface in org.vectomatic.dom.svg.itf
Interface ISVGLocatable is for all elements which either have a transform attribute or don't have a transform attribute but whose content can have a bounding box in current user space.
ISVGRenderingIntent - Interface in org.vectomatic.dom.svg.itf
The ISVGRenderingIntent interface defines the enumerated list of possible values for color-profile/rendering-intent attributes or descriptors.
ISVGStylable - Interface in org.vectomatic.dom.svg.itf
The ISVGStylable interface is implemented on all objects corresponding to SVG elements that can have 'style' attribute, 'class' and presentation attributes specified on them.
ISVGTests - Interface in org.vectomatic.dom.svg.itf
Interface ISVGTests defines an interface which applies to all elements which have attributes ISVGTests.getRequiredFeatures(), ISVGTests.getRequiredExtensions() and ISVGTests.getSystemLanguage().
ISVGTransformable - Interface in org.vectomatic.dom.svg.itf
Interface ISVGTransformable contains properties and methods that apply to all elements which have attribute ISVGTransformable.getTransform().
ISVGUnitTypes - Interface in org.vectomatic.dom.svg.itf
The ISVGUnitTypes interface defines a commonly used set of constants and is a base interface used by OMSVGGradientElement, OMSVGPatternElement, OMSVGClipPathElement, OMSVGMaskElement and OMSVGFilterElement.
ISVGURIReference - Interface in org.vectomatic.dom.svg.itf
Interface ISVGURIReference defines an interface which applies to all elements which have the collection of XLink attributes, such as 'xlink:href', which define a URI reference.
ISVGViewSpec - Interface in org.vectomatic.dom.svg.itf
The interface corresponds to an SVG View Specification.
ISVGZoomAndPan - Interface in org.vectomatic.dom.svg.itf
The ISVGZoomAndPan interface defines attribute ISVGZoomAndPan.getZoomAndPan() and associated constants.
isWidgetElement(XMLElement) - Method in class com.google.gwt.uibinder.rebind.UiBinderWriter
 
item(int) - Method in class org.vectomatic.dom.svg.impl.NamedNodeMap
Returns the indexth item in the map.
item(int) - Method in class org.vectomatic.dom.svg.OMNamedNodeMap
Returns the indexth item in the map.
item(int) - Method in class org.vectomatic.dom.svg.OMSVGElementInstanceList
Returns the indexth item in the collection.
items - Variable in class org.vectomatic.dom.svg.OMCSSValueList
 
iterator() - Method in class org.vectomatic.dom.svg.OMNamedNodeMap
Returns an iterator over the OMNode elements in this map in proper sequence.
iterator() - Method in class org.vectomatic.dom.svg.OMNodeList
Returns an iterator over the OMNode elements in this list in proper sequence.
iterator() - Method in class org.vectomatic.dom.svg.OMSVGLengthList
Returns an iterator over the OMSVGLength elements in this list in proper sequence.
iterator() - Method in class org.vectomatic.dom.svg.OMSVGNumberList
Returns an iterator over the OMSVGNumber elements in this list in proper sequence.
iterator() - Method in class org.vectomatic.dom.svg.OMSVGPathSegList
Returns an iterator over the OMSVGPathSeg elements in this list in proper sequence.
iterator() - Method in class org.vectomatic.dom.svg.OMSVGPointList
Returns an iterator over the OMSVGPoint elements in this list in proper sequence.
iterator() - Method in class org.vectomatic.dom.svg.OMSVGStringList
Returns an iterator over the String elements in this list in proper sequence.
iterator() - Method in class org.vectomatic.dom.svg.OMSVGTransformList
Returns an iterator over the OMSVGTransform elements in this list in proper sequence.
A B C D E F G H I L M N O P R S T U V W X 
Skip navigation links
lib-gwt-svg 0.5.12+mca.1