Uses of Class
cz.vutbr.fit.layout.puppeteer.parser.BoxInfo
-
Packages that use BoxInfo Package Description cz.vutbr.fit.layout.puppeteer.impl cz.vutbr.fit.layout.puppeteer.parser -
-
Uses of BoxInfo in cz.vutbr.fit.layout.puppeteer.impl
Constructors in cz.vutbr.fit.layout.puppeteer.impl with parameters of type BoxInfo Constructor Description CSSTextStyle(BoxInfo src, cz.vutbr.web.css.NodeData style, int textLen)
-
Uses of BoxInfo in cz.vutbr.fit.layout.puppeteer.parser
Fields in cz.vutbr.fit.layout.puppeteer.parser declared as BoxInfo Modifier and Type Field Description BoxInfo[]
InputFile. boxes
Methods in cz.vutbr.fit.layout.puppeteer.parser that return BoxInfo Modifier and Type Method Description BoxInfo[]
InputFile. getBoxes()
Methods in cz.vutbr.fit.layout.puppeteer.parser with parameters of type BoxInfo Modifier and Type Method Description void
InputFile. setBoxes(BoxInfo[] boxes)
-