Uses of Class
cz.vutbr.fit.layout.model.Border.Style
-
Packages that use Border.Style Package Description cz.vutbr.fit.layout.io cz.vutbr.fit.layout.model -
-
Uses of Border.Style in cz.vutbr.fit.layout.io
Constructors in cz.vutbr.fit.layout.io with parameters of type Border.Style Constructor Description BorderStroke(int width, Border.Style style, boolean reverse)
Creates a new CSS stroke. -
Uses of Border.Style in cz.vutbr.fit.layout.model
Methods in cz.vutbr.fit.layout.model that return Border.Style Modifier and Type Method Description Border.Style
Border. getStyle()
static Border.Style
Border.Style. valueOf(String name)
Returns the enum constant of this type with the specified name.static Border.Style[]
Border.Style. 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.Style Modifier and Type Method Description void
Border. setStyle(Border.Style style)
Constructors in cz.vutbr.fit.layout.model with parameters of type Border.Style Constructor Description Border(int width, Border.Style style, Color color)
-