Uses of Class
omix.lang.Orientation
Package | Description |
---|---|
omix.lang |
This package contains types used in OVL.
|
omix.lang.model.accessory |
This package and sub packages contain all accessories available in OVL.
|
omix.plugin.diagram | |
omix.plugin.diagram.writable | |
omix.plugin.model | |
omix.plugin.model.writable | |
omix.plugin.model.writable.accessory |
-
Uses of Orientation in omix.lang
Methods in omix.lang that return Orientation Modifier and Type Method Description static Orientation
Orientation. valueOf(String name)
Returns the enum constant of this type with the specified name.static Orientation[]
Orientation. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Orientation in omix.lang.model.accessory
Methods in omix.lang.model.accessory that return Orientation Modifier and Type Method Description Orientation
Array. orientation()
The orientation of the array. -
Uses of Orientation in omix.plugin.diagram
Methods in omix.plugin.diagram that return Orientation Modifier and Type Method Description Orientation
AbstractEdgeItem. accessoryOrientation()
Orientation
AbstractNodeItem. accessoryOrientation()
Orientation
CompartmentItem. accessoryOrientation()
Orientation
PathwayItem. accessoryOrientation()
-
Uses of Orientation in omix.plugin.diagram.writable
Methods in omix.plugin.diagram.writable with parameters of type Orientation Modifier and Type Method Description void
AbstractEdgeItem. setAccessoryOrientation(Orientation accessoryOrientation)
Changes the layout (horizontal / vertical) of the item's accessory anchor.void
AbstractNodeItem. setAccessoryOrientation(Orientation accessoryOrientation)
Changes the layout (horizontal / vertical) of the item's accessory anchor.void
CompartmentItem. setAccessoryOrientation(Orientation accessoryOrientation)
Changes the layout (horizontal / vertical) of the item's accessory anchor.void
PathwayItem. setAccessoryOrientation(Orientation accessoryOrientation)
Changes the layout (horizontal / vertical) of the item's accessory anchor. -
Uses of Orientation in omix.plugin.model
Methods in omix.plugin.model that return Orientation Modifier and Type Method Description Orientation
StyleSheet. cofactorEdgeAccessoryOrientation()
Orientation
StyleSheet. compartmentAccessoryOrientation()
Orientation
StyleSheet. effectorEdgeAccessoryOrientation()
Orientation
StyleSheet. fluxEdgeAccessoryOrientation()
Orientation
StyleSheet. metaboliteAccessoryOrientation()
Orientation
StyleSheet. pathwayAccessoryOrientation()
Orientation
StyleSheet. reactionAccessoryOrientation()
-
Uses of Orientation in omix.plugin.model.writable
Methods in omix.plugin.model.writable with parameters of type Orientation Modifier and Type Method Description void
StyleSheet. setCofactorEdgeAccessoryOrientation(Orientation orientation)
Changes the layout (horizontal / vertical) of the item's accessory anchor.void
StyleSheet. setCompartmentAccessoryOrientation(Orientation orientation)
Changes the layout (horizontal / vertical) of the item's accessory anchor.void
StyleSheet. setEffectorEdgeAccessoryOrientation(Orientation orientation)
Changes the layout (horizontal / vertical) of the item's accessory anchor.void
StyleSheet. setFluxEdgeAccessoryOrientation(Orientation orientation)
Changes the layout (horizontal / vertical) of the item's accessory anchor.void
StyleSheet. setMetaboliteAccessoryOrientation(Orientation orientation)
Changes the layout (horizontal / vertical) of the item's accessory anchor.void
StyleSheet. setPathwayAccessoryOrientation(Orientation orientation)
Changes the layout (horizontal / vertical) of the item's accessory anchor.void
StyleSheet. setReactionAccessoryOrientation(Orientation orientation)
Changes the layout (horizontal / vertical) of the item's accessory anchor. -
Uses of Orientation in omix.plugin.model.writable.accessory
Methods in omix.plugin.model.writable.accessory with parameters of type Orientation Modifier and Type Method Description void
Array. setOrientation(Orientation orientation)