Uses of Class
cz.vutbr.fit.layout.model.Border
-
Packages that use Border Package Description cz.vutbr.fit.layout.impl cz.vutbr.fit.layout.model -
-
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)
-