- Index
- »
- xeto
- »
- CompLayout
type
CompLayout
@Js
const class CompLayout : Obj
CompLayout models layout of a component on a logical grid coordinate system
constructors
methods
equals |
Return if obj is same CompLayout value. |
---|---|
hash |
Return hash of x, y, and h |
toStr |
String representation as "x,y,w" |
w |
Width in logical coordinate system |
x |
Logical x coordinate |
y |
Logical y coordinate |
Slot Details
equals
fromStr
hash
virtual override Int hash()
Return hash of x, y, and h
make
toStr
virtual override Str toStr()
String representation as "x,y,w"
w
Int w()
Width in logical coordinate system
x
Int x()
Logical x coordinate
y
Int y()
Logical y coordinate