Package | Description |
---|---|
elemental.dom | |
elemental.js.dom | |
elemental.js.svg | |
elemental.svg |
Modifier and Type | Method and Description |
---|---|
SVGElement |
ElementalMixinBase.getFarthestViewportElement() |
SVGElement |
ElementalMixinBase.getNearestViewportElement() |
Modifier and Type | Method and Description |
---|---|
SVGMatrix |
ElementalMixinBase.getTransformToElement(SVGElement element) |
Modifier and Type | Method and Description |
---|---|
JsSVGMatrix |
JsElementalMixinBase.getTransformToElement(SVGElement element) |
Modifier and Type | Method and Description |
---|---|
boolean |
JsSVGSVGElement.checkEnclosure(SVGElement element,
SVGRect rect) |
boolean |
JsSVGSVGElement.checkIntersection(SVGElement element,
SVGRect rect) |
JsNodeList |
JsSVGSVGElement.getEnclosureList(SVGRect rect,
SVGElement referenceElement) |
JsNodeList |
JsSVGSVGElement.getIntersectionList(SVGRect rect,
SVGElement referenceElement) |
Modifier and Type | Interface and Description |
---|---|
interface |
SVGAElement
The
SVGAElement interface provides access to the properties of <a>
elements, as well as methods to manipulate them. |
interface |
SVGAltGlyphDefElement
The
altGlyphDef element defines a substitution representation for glyphs. |
interface |
SVGAltGlyphElement
The
altGlyph element allows sophisticated selection of the glyphs used to render its child character data. |
interface |
SVGAltGlyphItemElement
The
altGlyphItem element provides a set of candidates for glyph substitution by the <altGlyph>
element. |
interface |
SVGAnimateColorElement
The
SVGAnimateColorElement interface corresponds to the <animateColor>
element. |
interface |
SVGAnimateElement
The
SVGAnimateElement interface corresponds to the <animate>
element. |
interface |
SVGAnimateMotionElement
The
SVGAnimateMotionElement interface corresponds to the <animateMotion>
element. |
interface |
SVGAnimateTransformElement
The
SVGAnimateTransformElement interface corresponds to the <animateTransform>
element. |
interface |
SVGAnimationElement
The
SVGAnimationElement interface is the base interface for all of the animation element interfaces: SVGAnimateElement
, SVGSetElement
, SVGAnimateColorElement
, SVGAnimateMotionElement
and SVGAnimateTransformElement
. |
interface |
SVGCircleElement
The
SVGCircleElement interface provides access to the properties of <circle>
elements, as well as methods to manipulate them. |
interface |
SVGClipPathElement
The
SVGClipPathElement interface provides access to the properties of <clipPath>
elements, as well as methods to manipulate them. |
interface |
SVGComponentTransferFunctionElement |
interface |
SVGCursorElement
The
SVGCursorElement interface provides access to the properties of <cursor>
elements, as well as methods to manipulate them. |
interface |
SVGDefsElement
The
SVGDefsElement interface corresponds to the <defs>
element. |
interface |
SVGDescElement
The
SVGDescElement interface corresponds to the <desc>
element. |
interface |
SVGEllipseElement
The
SVGEllipseElement interface provides access to the properties of <ellipse>
elements, as well as methods to manipulate them. |
interface |
SVGFEBlendElement
The
feBlend filter composes two objects together ruled by a certain blending mode. |
interface |
SVGFEColorMatrixElement
This filter changes colors based on a transformation matrix.
|
interface |
SVGFEComponentTransferElement
|
interface |
SVGFECompositeElement
Two input images are joined by means of an
operator applied to each input pixel together with an arithmetic operation |
interface |
SVGFEConvolveMatrixElement
The filter modifies a pixel by means of a convolution matrix, that also takes neighboring pixels into account.
|
interface |
SVGFEDiffuseLightingElement
This filter takes in a light source and applies it to an image, using the alpha channel as a bump map.
|
interface |
SVGFEDisplacementMapElement
The pixel value of an input image i2 is used to displace the original image i1.
|
interface |
SVGFEDistantLightElement |
interface |
SVGFEDropShadowElement |
interface |
SVGFEFloodElement
The filter fills the filter subregion with the color and opacity defined by
flood-color and
flood-opacity . |
interface |
SVGFEFuncAElement |
interface |
SVGFEFuncBElement |
interface |
SVGFEFuncGElement |
interface |
SVGFEFuncRElement |
interface |
SVGFEGaussianBlurElement
The filter blurs the input image by the amount specified in
stdDeviation , which defines the bell-curve. |
interface |
SVGFEImageElement
The feImage filter fetches image data from an external source and provides the pixel data as output.
|
interface |
SVGFEMergeElement
The feMerge filter allows filter effects to be applied concurrently instead of sequentially.
|
interface |
SVGFEMergeNodeElement
The feMergeNode takes the result of another filter to be processed by its parent
<feMerge>
. |
interface |
SVGFEMorphologyElement
This filter is used to erode or dilate the input image.
|
interface |
SVGFEOffsetElement
|
interface |
SVGFEPointLightElement |
interface |
SVGFESpecularLightingElement |
interface |
SVGFESpotLightElement |
interface |
SVGFETileElement
An input image is tiled and the result used to fill a target.
|
interface |
SVGFETurbulenceElement
The filter primitive creates a perturbation image, like cloud or marble textures.
|
interface |
SVGFilterElement
The
filter element serves as container for atomic filter operations. |
interface |
SVGFontElement
The
SVGHFontElement interface corresponds to the <font>
elements. |
interface |
SVGFontFaceElement
The
SVGFontFaceElement interface corresponds to the <font-face>
elements. |
interface |
SVGFontFaceFormatElement
The
SVGFontFaceFormatElement interface corresponds to the <font-face-format>
elements. |
interface |
SVGFontFaceNameElement
The
SVGFontFaceNameElement interface corresponds to the <font-face-name>
elements. |
interface |
SVGFontFaceSrcElement
The
SVGFontFaceSrcElement interface corresponds to the <font-face-src>
elements. |
interface |
SVGFontFaceUriElement
The
SVGFontFaceUriElement interface corresponds to the <font-face-uri>
elements. |
interface |
SVGForeignObjectElement
The
SVGForeignObjectElement interface provides access to the properties of <foreignObject>
elements, as well as methods to manipulate them. |
interface |
SVGGElement
The
SVGGElement interface corresponds to the <g>
element. |
interface |
SVGGlyphElement
The
SVGGlyphElement interface corresponds to the <glyph>
elements. |
interface |
SVGGlyphRefElement |
interface |
SVGGradientElement
The
SVGGradient interface is a base interface used by SVGLinearGradientElement
and SVGRadialGradientElement
. |
interface |
SVGHKernElement
The
SVGHKernElement interface corresponds to the <hkern>
elements. |
interface |
SVGImageElement
The
SVGImageElement interface corresponds to the <image>
element. |
interface |
SVGLinearGradientElement
The
SVGLinearGradientElement interface corresponds to the <linearGradient>
element. |
interface |
SVGLineElement
The
SVGLineElement interface provides access to the properties of <line>
elements, as well as methods to manipulate them. |
interface |
SVGMarkerElement
The
marker element defines the graphics that is to be used for drawing arrowheads or polymarkers on a given <path>
, <line>
, <polyline>
or <polygon>
element. |
interface |
SVGMaskElement
The
SVGMaskElement interface provides access to the properties of <mask>
elements, as well as methods to manipulate them. |
interface |
SVGMetadataElement
Metadata is structured data about data.
|
interface |
SVGMissingGlyphElement
The
SVGMissingGlyphElement interface corresponds to the <missing-glyph>
elements. |
interface |
SVGMPathElement
The
SVGMPathElement interface corresponds to the <mpath>
element. |
interface |
SVGPathElement
The
SVGPathElement interface corresponds to the <path>
element. |
interface |
SVGPatternElement
The
SVGPatternElement interface corresponds to the <pattern>
element. |
interface |
SVGPolygonElement
The
polygon element defines a closed shape consisting of a set of connected straight line segments. |
interface |
SVGPolylineElement
The
polyline element is an SVG basic shape, used to create a series of straight lines connecting several points. |
interface |
SVGRadialGradientElement
The
SVGRadialGradientElement interface corresponds to the <radialGradient>
element. |
interface |
SVGRectElement
The
SVGRectElement interface provides access to the properties of <rect>
elements, as well as methods to manipulate them. |
interface |
SVGScriptElement
The
SVGScriptElement interface corresponds to the SVG <script>
element. |
interface |
SVGSetElement
The
SVGSetElement interface corresponds to the <set>
element. |
interface |
SVGStopElement
The
SVGStopElement interface corresponds to the <stop>
element. |
interface |
SVGStyleElement
The
SVGStyleElement interface corresponds to the SVG <style>
element. |
interface |
SVGSVGElement
The
SVGSVGElement interface provides access to the properties of <svg>
elements, as well as methods to manipulate them. |
interface |
SVGSwitchElement
The
SVGSwitchElement interface corresponds to the <switch>
element. |
interface |
SVGSymbolElement
The
SVGSymbolElement interface corresponds to the <symbol>
element. |
interface |
SVGTextContentElement |
interface |
SVGTextElement
The
SVGTextElement interface provides access to the properties of <text>
elements, as well as methods to manipulate them. |
interface |
SVGTextPathElement
In addition to text drawn in a straight line, SVG also includes the ability to place text along the shape of a
<path>
element. |
interface |
SVGTextPositioningElement
The
SVGTextPositioningElement interface is inherited by text-related interfaces: SVGTextElement
, SVGTSpanElement
, SVGTRefElement
and SVGAltGlyphElement
. |
interface |
SVGTitleElement
The
SVGTitleElement interface corresponds to the <title>
element. |
interface |
SVGTRefElement
The
SVGTRefElement interface provides access to the properties of <tref>
elements, as well as methods to manipulate them. |
interface |
SVGTSpanElement
The
SVGTSpanElement interface provides access to the properties of <tspan>
elements, as well as methods to manipulate them. |
interface |
SVGUseElement
The
SVGUseElement interface provides access to the properties of <use>
elements, as well as methods to manipulate them. |
interface |
SVGViewElement
The
SVGViewElement interface provides access to the properties of <view>
elements, as well as methods to manipulate them. |
interface |
SVGVKernElement
The
SVGVKernElement interface corresponds to the <vkern>
elements. |
Modifier and Type | Method and Description |
---|---|
SVGElement |
SVGElementInstance.getCorrespondingElement() |
SVGElement |
SVGLocatable.getFarthestViewportElement() |
SVGElement |
SVGLocatable.getNearestViewportElement() |
SVGElement |
SVGAnimationElement.getTargetElement()
The element which is being animated.
|
SVGElement |
SVGElement.getViewportElement()
The element which established the current viewport.
|
SVGElement |
SVGViewSpec.getViewTarget() |
Modifier and Type | Method and Description |
---|---|
boolean |
SVGSVGElement.checkEnclosure(SVGElement element,
SVGRect rect)
Returns true if the rendered content of the given element is entirely contained within the supplied rectangle.
|
boolean |
SVGSVGElement.checkIntersection(SVGElement element,
SVGRect rect)
Returns true if the rendered content of the given element intersects the supplied rectangle.
|
NodeList |
SVGSVGElement.getEnclosureList(SVGRect rect,
SVGElement referenceElement)
Returns the list of graphics elements whose rendered content is entirely contained within the supplied rectangle.
|
NodeList |
SVGSVGElement.getIntersectionList(SVGRect rect,
SVGElement referenceElement)
Returns the list of graphics elements whose rendered content intersects the supplied rectangle.
|
SVGMatrix |
SVGLocatable.getTransformToElement(SVGElement element) |
Copyright © 2018. All rights reserved.