Uses of Class
omix.util.AccessoryAnchorPlacement
Package | Description |
---|---|
omix.plugin.diagram | |
omix.plugin.diagram.writable | |
omix.plugin.model | |
omix.plugin.model.writable | |
omix.util |
This package contains utilities for OVL and Omix plugin development.
|
-
Uses of AccessoryAnchorPlacement in omix.plugin.diagram
Methods in omix.plugin.diagram that return AccessoryAnchorPlacement Modifier and Type Method Description AccessoryAnchorPlacement
AbstractEdgeItem. accessoryAnchorPlacement()
AccessoryAnchorPlacement
AbstractNodeItem. accessoryAnchorPlacement()
AccessoryAnchorPlacement
CompartmentItem. accessoryAnchorPlacement()
AccessoryAnchorPlacement
PathwayItem. accessoryAnchorPlacement()
-
Uses of AccessoryAnchorPlacement in omix.plugin.diagram.writable
Methods in omix.plugin.diagram.writable with parameters of type AccessoryAnchorPlacement Modifier and Type Method Description void
AbstractEdgeItem. setAccessoryAnchorPlacement(AccessoryAnchorPlacement accessoryAnchorPlacement)
Changes the placement of the item's accessory anchor.void
AbstractNodeItem. setAccessoryAnchorPlacement(AccessoryAnchorPlacement accessoryAnchorPlacement)
Changes the placement of the item's accessory anchor.void
CompartmentItem. setAccessoryAnchorPlacement(AccessoryAnchorPlacement accessoryAnchorPlacement)
Changes the placement of the item's accessory anchor.void
PathwayItem. setAccessoryAnchorPlacement(AccessoryAnchorPlacement accessoryAnchorPlacement)
Changes the placement of the item's accessory anchor. -
Uses of AccessoryAnchorPlacement in omix.plugin.model
Methods in omix.plugin.model that return AccessoryAnchorPlacement Modifier and Type Method Description AccessoryAnchorPlacement
StyleSheet. cofactorEdgeAccessoryAnchorPlacement()
AccessoryAnchorPlacement
StyleSheet. compartmentAccessoryAnchorPlacement()
AccessoryAnchorPlacement
StyleSheet. effectorEdgeAccessoryAnchorPlacement()
AccessoryAnchorPlacement
StyleSheet. fluxEdgeAccessoryAnchorPlacement()
AccessoryAnchorPlacement
StyleSheet. metaboliteAccessoryAnchorPlacement()
AccessoryAnchorPlacement
StyleSheet. pathwayAccessoryAnchorPlacement()
AccessoryAnchorPlacement
StyleSheet. reactionAccessoryAnchorPlacement()
-
Uses of AccessoryAnchorPlacement in omix.plugin.model.writable
Methods in omix.plugin.model.writable with parameters of type AccessoryAnchorPlacement Modifier and Type Method Description void
StyleSheet. setCofactorEdgeAccessoryAnchorPlacement(AccessoryAnchorPlacement accessoryAnchorPlacement)
Changes the placement of the item's accessory anchor.void
StyleSheet. setCompartmentAccessoryAnchorPlacement(AccessoryAnchorPlacement accessoryAnchorPlacement)
Changes the placement of the item's accessory anchor.void
StyleSheet. setEffectorEdgeAccessoryAnchorPlacement(AccessoryAnchorPlacement accessoryAnchorPlacement)
Changes the placement of the item's accessory anchor.void
StyleSheet. setFluxEdgeAccessoryAnchorPlacement(AccessoryAnchorPlacement accessoryAnchorPlacement)
Changes the placement of the item's accessory anchor.void
StyleSheet. setMetaboliteAccessoryAnchorPlacement(AccessoryAnchorPlacement accessoryAnchorPlacement)
Changes the placement of the item's accessory anchor.void
StyleSheet. setPathwayAccessoryAnchorPlacement(AccessoryAnchorPlacement accessoryAnchorPlacement)
Changes the placement of the item's accessory anchor.void
StyleSheet. setReactionAccessoryAnchorPlacement(AccessoryAnchorPlacement accessoryAnchorPlacement)
Changes the placement of the item's accessory anchor. -
Uses of AccessoryAnchorPlacement in omix.util
Methods in omix.util that return AccessoryAnchorPlacement Modifier and Type Method Description static AccessoryAnchorPlacement
AccessoryAnchorPlacement. valueOf(String name)
Returns the enum constant of this type with the specified name.static AccessoryAnchorPlacement[]
AccessoryAnchorPlacement. values()
Returns an array containing the constants of this enum type, in the order they are declared.