|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object_global_.Array
_global_.Size
public class Size
A size is a two-element array, where the first element is the width, and the second the height.
For example, zk(el).textSize() returns a size.
var sz = zk(el).textSize();
zk.log("w,h = " + sz[0] + "," + sz[1]);
| Method Summary |
|---|
| Methods inherited from class _global_.Array |
|---|
$addAll, $clone, $contains, $equals, $indexOf, $remove |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||