Uses of Class
cz.vutbr.fit.layout.model.Border.Side
-
Packages that use Border.Side Package Description cz.vutbr.fit.layout.cssbox.impl cz.vutbr.fit.layout.impl cz.vutbr.fit.layout.model -
-
Uses of Border.Side in cz.vutbr.fit.layout.cssbox.impl
Methods in cz.vutbr.fit.layout.cssbox.impl with parameters of type Border.Side Modifier and Type Method Description BorderBoxNode. getIntrinsicBorderStyle(Border.Side side) -
Uses of Border.Side in cz.vutbr.fit.layout.impl
Methods in cz.vutbr.fit.layout.impl with parameters of type Border.Side Modifier and Type Method Description BorderDefaultContentRect. getBorderStyle(Border.Side side)BorderDefaultTreeContentRect. getBorderStyle(Border.Side side)voidDefaultContentRect. setBorderStyle(Border.Side side, Border style)voidDefaultTreeContentRect. setBorderStyle(Border.Side side, Border style) -
Uses of Border.Side in cz.vutbr.fit.layout.model
Methods in cz.vutbr.fit.layout.model that return Border.Side Modifier and Type Method Description static Border.SideBorder.Side. valueOf(String name)Returns the enum constant of this type with the specified name.static Border.Side[]Border.Side. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cz.vutbr.fit.layout.model with parameters of type Border.Side Modifier and Type Method Description BorderContentRect. getBorderStyle(Border.Side side)Obtains the properties of the box border at the given side.voidArea. setBorderStyle(Border.Side side, Border style)Sets the style of the box border at the given side.
-