Uses of Class
omix.lang.VerticalAlignment
Package | Description |
---|---|
omix.lang |
This package contains types used in OVL.
|
omix.lang.model |
This package contains all network components as OVL extendable types.
|
omix.lang.model.accessory.annotation |
This package contains all data annotations available in OVL.
|
omix.plugin.model | |
omix.plugin.model.writable | |
omix.plugin.model.writable.accessory.annotation |
-
Uses of VerticalAlignment in omix.lang
Methods in omix.lang that return VerticalAlignment Modifier and Type Method Description static VerticalAlignment
VerticalAlignment. valueOf(String name)
Returns the enum constant of this type with the specified name.static VerticalAlignment[]
VerticalAlignment. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of VerticalAlignment in omix.lang.model
Methods in omix.lang.model that return VerticalAlignment Modifier and Type Method Description VerticalAlignment
GraphicsBox. verticalTextAlignment()
Vertical text alignment -
Uses of VerticalAlignment in omix.lang.model.accessory.annotation
Methods in omix.lang.model.accessory.annotation that return VerticalAlignment Modifier and Type Method Description VerticalAlignment
SideBox. verticalTextAlignment()
Vertical text alignment -
Uses of VerticalAlignment in omix.plugin.model
Methods in omix.plugin.model that return VerticalAlignment Modifier and Type Method Description VerticalAlignment
GraphicsBox. verticalTextAlignment()
Vertical text alignment -
Uses of VerticalAlignment in omix.plugin.model.writable
Methods in omix.plugin.model.writable with parameters of type VerticalAlignment Modifier and Type Method Description void
GraphicsBox. setVerticalTextAlignment(VerticalAlignment verticalTextAlignment)
Vertical text alignment -
Uses of VerticalAlignment in omix.plugin.model.writable.accessory.annotation
Methods in omix.plugin.model.writable.accessory.annotation with parameters of type VerticalAlignment Modifier and Type Method Description void
SideBox. setVerticalTextAlignment(VerticalAlignment verticalTextAlignment)
Vertical text alignment