Uses of Class
cz.vutbr.fit.layout.model.Border
-
Packages that use Border Package Description cz.vutbr.fit.layout.cssbox.impl cz.vutbr.fit.layout.impl cz.vutbr.fit.layout.model cz.vutbr.fit.layout.puppeteer.impl cz.vutbr.fit.layout.rdf -
-
Uses of Border in cz.vutbr.fit.layout.cssbox.impl
Methods in cz.vutbr.fit.layout.cssbox.impl that return Border Modifier and Type Method Description BorderBoxNode. getIntrinsicBorderStyle(Border.Side side) -
Uses of Border in cz.vutbr.fit.layout.impl
Methods in cz.vutbr.fit.layout.impl that return Border Modifier and Type Method Description BorderDefaultContentRect. getBorderStyle(Border.Side side)BorderDefaultTreeContentRect. getBorderStyle(Border.Side side)Methods in cz.vutbr.fit.layout.impl with parameters of type Border Modifier and Type Method Description voidDefaultContentRect. setBorderStyle(Border.Side side, Border style)voidDefaultTreeContentRect. setBorderStyle(Border.Side side, Border style) -
Uses of Border in cz.vutbr.fit.layout.model
Methods in cz.vutbr.fit.layout.model that return Border Modifier and Type Method Description BorderContentRect. getBorderStyle(Border.Side side)Obtains the properties of the box border at the given side.Methods in cz.vutbr.fit.layout.model with parameters of type Border Modifier and Type Method Description voidArea. setBorderStyle(Border.Side side, Border style)Sets the style of the box border at the given side.Constructors in cz.vutbr.fit.layout.model with parameters of type Border Constructor Description Border(Border src) -
Uses of Border in cz.vutbr.fit.layout.puppeteer.impl
Subclasses of Border in cz.vutbr.fit.layout.puppeteer.impl Modifier and Type Class Description classCSSBorder -
Uses of Border in cz.vutbr.fit.layout.rdf
Methods in cz.vutbr.fit.layout.rdf that return Border Modifier and Type Method Description protected BorderModelLoaderBase. createBorder(org.eclipse.rdf4j.repository.RepositoryConnection con, org.eclipse.rdf4j.model.IRI borderIri)Methods in cz.vutbr.fit.layout.rdf with parameters of type Border Modifier and Type Method Description org.eclipse.rdf4j.model.IRIModelBuilderBase. insertBorder(Border border, org.eclipse.rdf4j.model.IRI boxUri, String side, org.eclipse.rdf4j.model.Model graph)
-