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 BoxImplBoxImpl. getClipBox()Finds the nearest ancestor that may clip the contents of this box (it has the 'overflow' value different from 'visible');BoxImplBoxImpl. getDomParent()BoxImplBoxImpl. getOffsetParent()Methods in cz.vutbr.fit.layout.puppeteer.impl with parameters of type BoxImpl Modifier and Type Method Description voidBoxImpl. setDomParent(BoxImpl domParent)voidBoxImpl. setOffsetParent(BoxImpl offsetParent)
-