@JsType(isNative=true, name="SVGFEColorMatrixElement", namespace="<global>") public class SVGFEColorMatrixElement extends SVGElement<SVGFEColorMatrixElement> implements SVGFilterPrimitiveStandardAttributes
EventTarget.Options
Modifier and Type | Field and Description |
---|---|
static int |
SVG_FECOLORMATRIX_TYPE_HUEROTATE |
static int |
SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA |
static int |
SVG_FECOLORMATRIX_TYPE_MATRIX |
static int |
SVG_FECOLORMATRIX_TYPE_SATURATE |
static int |
SVG_FECOLORMATRIX_TYPE_UNKNOWN |
ACTIVE_BUBBLE, ACTIVE_CAPTURE, PASSIVE_BUBBLE, PASSIVE_CAPTURE, PASSIVE_SUPPORTED
Constructor and Description |
---|
SVGFEColorMatrixElement() |
blur, focus, getOwnerSVGElement, getTabIndex, getViewportElement, setTabIndex
addClassName, 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, webkitRequestFullscreen
appendChild, 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, setTextContent
addEventListener, addEventListener, addEventListener, dispatchEvent, dispatchEvent, getEventListeners, removeEventListener, removeEventListener, removeEventListener, removeNativeEventListener, removeNativeEventListener, removeNativeEventListener, setEventListeners
cast, getOwnPropertyNames, hasOwnProperty, observe
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNativeStyle
@JsOverlay public static final int SVG_FECOLORMATRIX_TYPE_UNKNOWN
@JsOverlay public static final int SVG_FECOLORMATRIX_TYPE_MATRIX
@JsOverlay public static final int SVG_FECOLORMATRIX_TYPE_SATURATE
@JsOverlay public static final int SVG_FECOLORMATRIX_TYPE_HUEROTATE
@JsOverlay public static final int SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA
@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 setType(FilterColorMatrixType type)
@JsOverlay public final void setValues(double[][] values)
public CSSValue getPresentationAttribute(String name)
getPresentationAttribute
in interface SVGStylable
@JsProperty(name="textLength") public SVGAnimatedLength getTextLength()
@JsProperty(name="lengthAdjust") public SVGAnimatedEnumeration getLengthAdjust()
public int getNumberOfChars()
public double getComputedTextLength()
public double getSubStringLength(int charnum, int nchars)
public SVGPoint getStartPositionOfChar(int charnum)
public SVGPoint getEndPositionOfChar(int charnum)
public SVGRect getExtentOfChar(int charnum)
public double getRotationOfChar(int charnum)
public int getCharNumAtPosition(SVGPoint point)
public void selectSubString(int charnum, int nchars)
@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="type") public SVGAnimatedEnumeration type()
@JsProperty(name="values") public SVGAnimatedNumberList values()
Copyright © 2018 Xalys. All rights reserved.