Uses of Interface
cz.vutbr.fit.layout.model.Page
-
Packages that use Page Package Description cz.vutbr.fit.layout.api cz.vutbr.fit.layout.impl -
-
Uses of Page in cz.vutbr.fit.layout.api
Methods in cz.vutbr.fit.layout.api that return Page Modifier and Type Method Description PagePageSet. get(int index)Obtains the page at the given index.Methods in cz.vutbr.fit.layout.api with parameters of type Page Modifier and Type Method Description voidPageSet. addPage(Page page)Adds a new page to the set.voidOutputDisplay. drawPage(Page page)Draws the complete page including all the boxes.voidOutputDisplay. drawPage(Page page, boolean bitmap)Draws the complete page by drawing all the boxes or a bitmap screenshot. -
Uses of Page in cz.vutbr.fit.layout.impl
Classes in cz.vutbr.fit.layout.impl that implement Page Modifier and Type Class Description classDefaultPageDefault generic page implementation.Methods in cz.vutbr.fit.layout.impl that return Page Modifier and Type Method Description abstract PageBaseBoxTreeBuilder. getPage()The resulting page model.PagePageBoxTreeBuilder. getPage()PagePageBoxTreeBuilder. processPage(Page input, String label, String creator, String creatorParams)Creates the new page from an input page.Methods in cz.vutbr.fit.layout.impl with parameters of type Page Modifier and Type Method Description PagePageBoxTreeBuilder. processPage(Page input, String label, String creator, String creatorParams)Creates the new page from an input page.Constructors in cz.vutbr.fit.layout.impl with parameters of type Page Constructor Description DefaultPage(Page src)
-