@JsType(isNative=true,
name="SVGFEBlendElement",
namespace="<global>")
public class SVGFEBlendElement
extends SVGElement<SVGFEBlendElement>
implements SVGFilterPrimitiveStandardAttributes
EventTarget.Options| Modifier and Type | Field and Description |
|---|---|
static int |
SVG_FEBLEND_MODE_DARKEN |
static int |
SVG_FEBLEND_MODE_LIGHTEN |
static int |
SVG_FEBLEND_MODE_MULTIPLY |
static int |
SVG_FEBLEND_MODE_NORMAL |
static int |
SVG_FEBLEND_MODE_SCREEN |
static int |
SVG_FEBLEND_MODE_UNKNOWN |
ACTIVE_BUBBLE, ACTIVE_CAPTURE, PASSIVE_BUBBLE, PASSIVE_CAPTURE, PASSIVE_SUPPORTED| Constructor and Description |
|---|
SVGFEBlendElement() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getHeight() |
CSSValue |
getPresentationAttribute(String name) |
FilterResult |
getResult() |
Double |
getWidth() |
Double |
getX() |
Double |
getY() |
SVGAnimatedLength |
height() |
SVGAnimatedString |
in1() |
SVGAnimatedString |
in2() |
SVGAnimatedEnumeration |
mode() |
SVGAnimatedString |
result() |
void |
setDY(Double dy) |
void |
setHeight(Double height) |
void |
setIn(FilterIn in) |
void |
setIn2(FilterIn in2) |
void |
setMode(FilterMode mode) |
void |
setResult(FilterResult result) |
void |
setWidth(Double width) |
void |
setX(Double x) |
void |
setY(Double y) |
SVGAnimatedLength |
width() |
SVGAnimatedLength |
x() |
SVGAnimatedLength |
y() |
blur, focus, getOwnerSVGElement, getTabIndex, getViewportElement, setTabIndexaddClassName, getAbsoluteLeft, getAbsoluteTop, getAttribute, getAttributeNS, getClassList, getClassName, getClientHeight, getClientLeft, getClientTop, getClientWidth, getComputedStyle, getId, getInnerHTML, getInnerText, getNativeStyle, getOffsetHeight, getOffsetLeft, getOffsetParent, getOffsetTop, getOffsetWidth, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getStyle, hasClassName, insertAdjacentElement, insertAdjacentHTML, insertAdjacentText, querySelector, releaseCapture, removeAttribute, removeAttributeNS, removeClassName, setAttribute, setAttributeNS, setCapture, setCapture, setClassName, setId, setInnerHTML, setInnerText, setNativeCatpure, setNativeCatpure, setScrollLeft, setScrollTop, webkitRequestFullscreenappendChild, cloneNode, compareDocumentPosition, contains, getBaseURI, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNativeNodeType, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPrefix, getPreviousSibling, getTextContent, hasChildNodes, insertAfter, insertBefore, insertBefore, insertFirst, isAncestor, isAttached, isDefaultNamespace, isDescendant, isEqualNode, lookupNamespaceURI, lookupPrefix, normalize, removeAllChildren, removeAllChildrenBefore, removeChild, replaceChild, setNodeValue, setPrefix, setTextContentaddEventListener, addEventListener, addEventListener, dispatchEvent, dispatchEvent, getEventListeners, removeEventListener, removeEventListener, removeEventListener, removeNativeEventListener, removeNativeEventListener, removeNativeEventListener, setEventListenerscast, getOwnPropertyNames, hasOwnProperty, observeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNativeStyle@JsOverlay public static final int SVG_FEBLEND_MODE_UNKNOWN
@JsOverlay public static final int SVG_FEBLEND_MODE_NORMAL
@JsOverlay public static final int SVG_FEBLEND_MODE_MULTIPLY
@JsOverlay public static final int SVG_FEBLEND_MODE_SCREEN
@JsOverlay public static final int SVG_FEBLEND_MODE_DARKEN
@JsOverlay public static final int SVG_FEBLEND_MODE_LIGHTEN
@JsOverlay public final Double getX()
@JsOverlay public final void setX(Double x)
@JsOverlay public final Double getY()
@JsOverlay public final void setY(Double y)
@JsOverlay public final Double getWidth()
@JsOverlay public final void setWidth(Double width)
@JsOverlay public final Double getHeight()
@JsOverlay public final void setHeight(Double height)
@JsOverlay public final FilterResult getResult()
@JsOverlay public final void setResult(FilterResult result)
@JsOverlay public final void setIn(FilterIn in)
@JsOverlay public final void setIn2(FilterIn in2)
@JsOverlay public final void setMode(FilterMode mode)
@JsOverlay public final void setDY(Double dy)
public CSSValue getPresentationAttribute(String name)
getPresentationAttribute in interface SVGStylable@JsProperty(name="x") public SVGAnimatedLength x()
x in interface SVGFilterPrimitiveStandardAttributes@JsProperty(name="y") public SVGAnimatedLength y()
y in interface SVGFilterPrimitiveStandardAttributes@JsProperty(name="width") public SVGAnimatedLength width()
width in interface SVGFilterPrimitiveStandardAttributes@JsProperty(name="height") public SVGAnimatedLength height()
height in interface SVGFilterPrimitiveStandardAttributes@JsProperty(name="result") public SVGAnimatedString result()
result in interface SVGFilterPrimitiveStandardAttributes@JsProperty(name="in1") public SVGAnimatedString in1()
@JsProperty(name="in2") public SVGAnimatedString in2()
@JsProperty(name="mode") public SVGAnimatedEnumeration mode()
Copyright © 2018 Xalys. All rights reserved.