public class Size extends JavascriptObject
Modifier and Type | Field and Description |
---|---|
protected int |
height |
protected String |
heightUnit |
protected int |
width |
protected String |
widthUnit |
jsObject, objectCounter, peerRegistry, runtime, variableName
Constructor and Description |
---|
Size(int width,
int height) |
Size(int width,
int height,
String widthUnit,
String heightUnit) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Size other) |
int |
getHeight() |
String |
getHeightUnit() |
int |
getWidth() |
String |
getWidthUnit() |
String |
toString() |
checkBoolean, checkInteger, checkUndefined, getJSObject, getNextVariableName, getProperty, getProperty, getVariableName, invokeJavascript, invokeJavascript, invokeJavascriptReturnValue, invokeJavascriptReturnValue, isMemberDefined, setProperty, setProperty, setProperty
Copyright © 2016. All Rights Reserved.