public class Filter extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier | Constructor and Description |
---|---|
protected |
Filter(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static Filter |
$as(Object obj) |
String |
blur(double x) |
String |
blur(double x,
double y) |
String |
brightness(double amount) |
String |
contrast(double amount) |
String |
grayscale(double amount) |
String |
hueRotate(double angle) |
String |
invert(double amount) |
String |
saturate(double amount) |
String |
sepia(double amount) |
String |
shadow(double dx,
double dy,
double opacity) |
String |
shadow(double dx,
double dy,
double blur,
String color,
double opacity) |
String |
shadow(double dx,
double dy,
String color,
double opacity) |
$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, valueOf
protected Filter(Objs.Constructor<?> c, Object js)
public String blur(double x, double y)
public String blur(double x)
public String brightness(double amount)
public String contrast(double amount)
public String grayscale(double amount)
public String hueRotate(double angle)
public String invert(double amount)
public String saturate(double amount)
public String sepia(double amount)
public String shadow(double dx, double dy, double opacity)
Copyright © 2018. All rights reserved.