public interface CIElement
| Modifier and Type | Method and Description |
|---|---|
CElementType |
getType()
Get the element type.
|
boolean |
isAbsolute()
Check whether the element uses absolute positioning.
|
CElementType getType()
boolean isAbsolute()
If true, the element is positioned at an explicit coordinate (e.g. left/bottom)
instead of participating in normal layout flow.
For example, CImage#setAbsolutePosition(...)。