Uses of Class
cz.vutbr.fit.layout.model.Box.Type
-
Packages that use Box.Type Package Description cz.vutbr.fit.layout.impl cz.vutbr.fit.layout.model -
-
Uses of Box.Type in cz.vutbr.fit.layout.impl
Methods in cz.vutbr.fit.layout.impl that return Box.Type Modifier and Type Method Description Box.TypeDefaultBox. getType()Methods in cz.vutbr.fit.layout.impl with parameters of type Box.Type Modifier and Type Method Description voidDefaultBox. setType(Box.Type type) -
Uses of Box.Type in cz.vutbr.fit.layout.model
Methods in cz.vutbr.fit.layout.model that return Box.Type Modifier and Type Method Description Box.TypeBox. getType()Resurns the type of the box.static Box.TypeBox.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Box.Type[]Box.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-