@JsType(isNative=true,
name="Object",
namespace="<global>")
public class JsDragElementRect
extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
bottom |
double |
left |
double |
right |
double |
top |
| Constructor and Description |
|---|
JsDragElementRect() |
| Modifier and Type | Method and Description |
|---|---|
static JsDragElementRect |
create() |
static JsDragElementRect |
create(double top,
double left,
double bottom,
double right) |
@JsProperty public double top
@JsProperty public double left
@JsProperty public double bottom
@JsProperty public double right
public JsDragElementRect()
@JsOverlay public static JsDragElementRect create()
@JsOverlay public static JsDragElementRect create(double top, double left, double bottom, double right)
Copyright © 2018. All rights reserved.