Uses of Class
io.guise.framework.geometry.Side
-
Packages that use Side Package Description io.guise.framework.component.layout io.guise.framework.geometry io.guise.framework.platform -
-
Uses of Side in io.guise.framework.component.layout
Methods in io.guise.framework.component.layout that return Side Modifier and Type Method Description Side
Orientation. getSide(Border border)
Determines the side for the particular border.Methods in io.guise.framework.component.layout with parameters of type Side Modifier and Type Method Description Border
Orientation. getBorder(Side side)
Determines the border that appears on the given side. -
Uses of Side in io.guise.framework.geometry
Methods in io.guise.framework.geometry that return Side Modifier and Type Method Description static Side
Side. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Side[]
Side. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.guise.framework.geometry that return types with arguments of type Side Modifier and Type Method Description static java.util.Set<Side>
Side. getSides(Axis axis)
Determines the sides on the given axis. -
Uses of Side in io.guise.framework.platform
Fields in io.guise.framework.platform with type parameters of type Side Modifier and Type Field Description static java.util.Set<Side>
XHTMLDepictContext. CSS_SIDES
The sides supported by CSS.
-