public final class Exports extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
static Objs.Property<Filter> |
filter |
static Objs.Property<Path> |
path |
Modifier and Type | Method and Description |
---|---|
static double |
acos(double angle) |
static XMLHttpRequest |
ajax(String url,
Function callback) |
static XMLHttpRequest |
ajax(String url,
Function callback,
Objs scope) |
static XMLHttpRequest |
ajax(String url,
Objs postData,
Function callback) |
static XMLHttpRequest |
ajax(String url,
Objs postData,
Function callback,
Objs scope) |
static XMLHttpRequest |
ajax(String url,
String postData,
Function callback) |
static XMLHttpRequest |
ajax(String url,
String postData,
Function callback,
Objs scope) |
static double |
angle(double x1,
double y1,
double x2,
double y2) |
static double |
angle(double x1,
double y1,
double x2,
double y2,
double x3) |
static double |
angle(double x1,
double y1,
double x2,
double y2,
double x3,
double y3) |
static MinaAnimation |
animate(double[] from,
double[] to,
Function.A1<? super Number,? extends Void> updater,
double duration) |
static MinaAnimation |
animate(double[] from,
double[] to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing) |
static MinaAnimation |
animate(double[] from,
double[] to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
static MinaAnimation |
animate(double[] from,
double to,
Function.A1<? super Number,? extends Void> updater,
double duration) |
static MinaAnimation |
animate(double[] from,
double to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing) |
static MinaAnimation |
animate(double[] from,
double to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
static MinaAnimation |
animate(double from,
double[] to,
Function.A1<? super Number,? extends Void> updater,
double duration) |
static MinaAnimation |
animate(double from,
double[] to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing) |
static MinaAnimation |
animate(double from,
double[] to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
static MinaAnimation |
animate(double from,
double to,
Function.A1<? super Number,? extends Void> updater,
double duration) |
static MinaAnimation |
animate(double from,
double to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing) |
static MinaAnimation |
animate(double from,
double to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
static Animation |
animation(Objs attr,
double duration) |
static Animation |
animation(Objs attr,
double duration,
Function.A1<? super Number,? extends Number> easing) |
static Animation |
animation(Objs attr,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
static double |
asin(double angle) |
static double |
atan(double angle) |
static double |
atan2(double angle) |
static Boolean |
closest(double x,
double y,
double X,
double Y) |
static RGBHSB |
color(String clr) |
static double |
cos(double angle) |
static double |
deg(double rad) |
static String |
format(String token,
Objs json) |
static Fragment |
fragment(Object varargs) |
static Element |
getElementByPoint(double x,
double y) |
static RGB |
getRGB(String color) |
static HSB |
hsb(double h,
double s,
double b) |
static RGB |
hsb2rgb(double h,
double s,
double v) |
static HSL |
hsl(double h,
double s,
double l) |
static RGB |
hsl2rgb(double h,
double s,
double l) |
static Boolean |
is(Object o,
String type) |
static double |
len(double x1,
double y1,
double x2,
double y2) |
static double |
len2(double x1,
double y1,
double x2,
double y2) |
static void |
load(String url,
Function callback) |
static void |
load(String url,
Function callback,
Objs scope) |
static Matrix |
matrix() |
static void |
Matrix() |
static Matrix |
matrix(double a,
double b,
double c,
double d,
double e,
double f) |
static Matrix |
matrix(SVGMatrix svgMatrix) |
static Fragment |
parse(String svg) |
static Array<Object> |
parsePathString(Array<String> pathString) |
static Array<Object> |
parsePathString(String pathString) |
static Array<Object> |
parseTransformString(Array<String> TString) |
static Array<Object> |
parseTransformString(String TString) |
static void |
plugin(Function f) |
static double |
rad(double deg) |
static RGB |
rgb(double r,
double g,
double b) |
static HSB |
rgb2hsb(double r,
double g,
double b) |
static HSL |
rgb2hsl(double r,
double g,
double b) |
static Element |
select(String query) |
static Object |
selectAll(String query) |
static double |
sin(double angle) |
static double |
snapTo(Array<Number> values,
double value) |
static double |
snapTo(Array<Number> values,
double value,
double tolerance) |
static double |
tan(double angle) |
$as, $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
public static Objs.Property<Filter> filter
public static Objs.Property<Path> path
public static void Matrix()
public static double acos(double angle)
public static XMLHttpRequest ajax(String url, String postData, Function callback, Objs scope)
public static XMLHttpRequest ajax(String url, String postData, Function callback)
public static XMLHttpRequest ajax(String url, Function callback, Objs scope)
public static XMLHttpRequest ajax(String url, Function callback)
public static XMLHttpRequest ajax(String url, Objs postData, Function callback, Objs scope)
public static XMLHttpRequest ajax(String url, Objs postData, Function callback)
public static double angle(double x1, double y1, double x2, double y2, double x3, double y3)
public static double angle(double x1, double y1, double x2, double y2)
public static double angle(double x1, double y1, double x2, double y2, double x3)
public static MinaAnimation animate(double from, double to, Function.A1<? super Number,? extends Void> updater, double duration, Function.A1<? super Number,? extends Number> easing, Function.A0<? extends Void> callback)
public static MinaAnimation animate(double[] from, double to, Function.A1<? super Number,? extends Void> updater, double duration, Function.A1<? super Number,? extends Number> easing, Function.A0<? extends Void> callback)
public static MinaAnimation animate(double from, double[] to, Function.A1<? super Number,? extends Void> updater, double duration, Function.A1<? super Number,? extends Number> easing, Function.A0<? extends Void> callback)
public static MinaAnimation animate(double[] from, double[] to, Function.A1<? super Number,? extends Void> updater, double duration, Function.A1<? super Number,? extends Number> easing, Function.A0<? extends Void> callback)
public static MinaAnimation animate(double from, double to, Function.A1<? super Number,? extends Void> updater, double duration)
public static MinaAnimation animate(double[] from, double to, Function.A1<? super Number,? extends Void> updater, double duration)
public static MinaAnimation animate(double from, double[] to, Function.A1<? super Number,? extends Void> updater, double duration)
public static MinaAnimation animate(double[] from, double[] to, Function.A1<? super Number,? extends Void> updater, double duration)
public static MinaAnimation animate(double from, double to, Function.A1<? super Number,? extends Void> updater, double duration, Function.A1<? super Number,? extends Number> easing)
public static MinaAnimation animate(double[] from, double to, Function.A1<? super Number,? extends Void> updater, double duration, Function.A1<? super Number,? extends Number> easing)
public static MinaAnimation animate(double from, double[] to, Function.A1<? super Number,? extends Void> updater, double duration, Function.A1<? super Number,? extends Number> easing)
public static MinaAnimation animate(double[] from, double[] to, Function.A1<? super Number,? extends Void> updater, double duration, Function.A1<? super Number,? extends Number> easing)
public static Animation animation(Objs attr, double duration, Function.A1<? super Number,? extends Number> easing, Function.A0<? extends Void> callback)
public static Animation animation(Objs attr, double duration, Function.A1<? super Number,? extends Number> easing)
public static double asin(double angle)
public static double atan(double angle)
public static double atan2(double angle)
public static Boolean closest(double x, double y, double X, double Y)
public static double cos(double angle)
public static double deg(double rad)
public static Element getElementByPoint(double x, double y)
public static HSB hsb(double h, double s, double b)
public static RGB hsb2rgb(double h, double s, double v)
public static HSL hsl(double h, double s, double l)
public static RGB hsl2rgb(double h, double s, double l)
public static double len(double x1, double y1, double x2, double y2)
public static double len2(double x1, double y1, double x2, double y2)
public static Matrix matrix()
public static Matrix matrix(double a, double b, double c, double d, double e, double f)
public static void plugin(Function f)
public static double rad(double deg)
public static RGB rgb(double r, double g, double b)
public static HSB rgb2hsb(double r, double g, double b)
public static HSL rgb2hsl(double r, double g, double b)
public static double sin(double angle)
public static double tan(double angle)
Copyright © 2018. All rights reserved.