Package | Description |
---|---|
elemental.dom | |
elemental.js.svg | |
elemental.svg |
Modifier and Type | Method and Description |
---|---|
SVGRect |
ElementalMixinBase.getBBox() |
Modifier and Type | Class and Description |
---|---|
class |
JsSVGRect |
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 | Method and Description |
---|---|
SVGRect |
SVGSVGElement.createSVGRect()
Creates an
SVGRect object outside of any document trees. |
SVGRect |
SVGAnimatedRect.getAnimVal()
A read only
SVGRect
representing the current animated value of the given attribute. |
SVGRect |
SVGAnimatedRect.getBaseVal()
The base value of the given attribute before applying any animations.
|
SVGRect |
SVGLocatable.getBBox() |
SVGRect |
SVGTextContentElement.getExtentOfChar(int offset) |
SVGRect |
SVGSVGElement.getViewport()
The position and size of the viewport (implicit or explicit) that corresponds to this
<svg>
element. |
SVGRect |
SVGZoomEvent.getZoomRectScreen() |
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.
|
Copyright © 2018. All rights reserved.