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 Border
BoxNode. 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 Border
DefaultContentRect. getBorderStyle(Border.Side side)
Border
DefaultTreeContentRect. getBorderStyle(Border.Side side)
void
DefaultContentRect. setBorderStyle(Border.Side side, Border style)
void
DefaultTreeContentRect. 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.Side
Border.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 Border
ContentRect. getBorderStyle(Border.Side side)
Obtains the properties of the box border at the given side.void
Area. setBorderStyle(Border.Side side, Border style)
Sets the style of the box border at the given side.
-