Uses of Class
cz.vutbr.fit.layout.puppeteer.impl.BoxImpl
-
Packages that use BoxImpl Package Description cz.vutbr.fit.layout.puppeteer.impl -
-
Uses of BoxImpl in cz.vutbr.fit.layout.puppeteer.impl
Methods in cz.vutbr.fit.layout.puppeteer.impl that return BoxImpl Modifier and Type Method Description BoxImpl
BoxImpl. getClipBox()
Finds the nearest ancestor that may clip the contents of this box (it has the 'overflow' value different from 'visible');BoxImpl
BoxImpl. getDomParent()
BoxImpl
BoxImpl. getOffsetParent()
Methods in cz.vutbr.fit.layout.puppeteer.impl with parameters of type BoxImpl Modifier and Type Method Description void
BoxImpl. setDomParent(BoxImpl domParent)
void
BoxImpl. setOffsetParent(BoxImpl offsetParent)
-