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 Border
BoxNode. 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 Border
DefaultContentRect. getBorderStyle(Border.Side side)
Border
DefaultTreeContentRect. getBorderStyle(Border.Side side)
Methods in cz.vutbr.fit.layout.impl with parameters of type Border Modifier and Type Method Description void
DefaultContentRect. setBorderStyle(Border.Side side, Border style)
void
DefaultTreeContentRect. 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 Border
ContentRect. 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 void
Area. 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 class
CSSBorder
-
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 Border
ModelLoaderBase. 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.IRI
ModelBuilderBase. insertBorder(Border border, org.eclipse.rdf4j.model.IRI boxUri, String side, org.eclipse.rdf4j.model.Model graph)
-