public class SVGFilterPrimitiveStandardAttributes extends SVGStylable
| Modifier and Type | Field and Description |
|---|---|
net.java.html.lib.Objs.Property<SVGAnimatedLength> |
height |
net.java.html.lib.Objs.Property<SVGAnimatedString> |
result |
net.java.html.lib.Objs.Property<SVGAnimatedLength> |
width |
net.java.html.lib.Objs.Property<SVGAnimatedLength> |
x |
net.java.html.lib.Objs.Property<SVGAnimatedLength> |
y |
className, style| Modifier | Constructor and Description |
|---|---|
protected |
SVGFilterPrimitiveStandardAttributes(net.java.html.lib.Objs.Constructor<?> c,
Object js) |
| Modifier and Type | Method and Description |
|---|---|
static SVGFilterPrimitiveStandardAttributes |
$as(Object obj) |
SVGAnimatedLength |
height() |
SVGAnimatedString |
result() |
SVGAnimatedLength |
width() |
SVGAnimatedLength |
x() |
SVGAnimatedLength |
y() |
style$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOfpublic net.java.html.lib.Objs.Property<SVGAnimatedLength> height
public net.java.html.lib.Objs.Property<SVGAnimatedString> result
public net.java.html.lib.Objs.Property<SVGAnimatedLength> width
public net.java.html.lib.Objs.Property<SVGAnimatedLength> x
public net.java.html.lib.Objs.Property<SVGAnimatedLength> y
protected SVGFilterPrimitiveStandardAttributes(net.java.html.lib.Objs.Constructor<?> c,
Object js)
public static SVGFilterPrimitiveStandardAttributes $as(Object obj)
public SVGAnimatedLength height()
public SVGAnimatedString result()
public SVGAnimatedLength width()
public SVGAnimatedLength x()
public SVGAnimatedLength y()
Copyright © 2021. All rights reserved.