Uses of Class
omix.util.NodeLabelPlacement
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 NodeLabelPlacement in omix.plugin.diagram
Methods in omix.plugin.diagram that return NodeLabelPlacement Modifier and Type Method Description NodeLabelPlacement
AbstractNodeItem. labelPlacement()
-
Uses of NodeLabelPlacement in omix.plugin.diagram.writable
Methods in omix.plugin.diagram.writable with parameters of type NodeLabelPlacement Modifier and Type Method Description void
AbstractNodeItem. setLabelPlacement(NodeLabelPlacement labelPlacement)
Changes the placement of the item's label. -
Uses of NodeLabelPlacement in omix.plugin.model
Methods in omix.plugin.model that return NodeLabelPlacement Modifier and Type Method Description NodeLabelPlacement
StyleSheet. graphicsNodeLabelPlacement()
NodeLabelPlacement
StyleSheet. linkLabelPlacement()
NodeLabelPlacement
StyleSheet. metaboliteLabelPlacement()
NodeLabelPlacement
StyleSheet. reactionLabelPlacement()
-
Uses of NodeLabelPlacement in omix.plugin.model.writable
Methods in omix.plugin.model.writable with parameters of type NodeLabelPlacement Modifier and Type Method Description void
StyleSheet. setGraphicsNodeLabelPlacement(NodeLabelPlacement placement)
void
StyleSheet. setLinkLabelPlacement(NodeLabelPlacement placement)
void
StyleSheet. setMetaboliteLabelPlacement(NodeLabelPlacement placement)
void
StyleSheet. setReactionLabelPlacement(NodeLabelPlacement placement)
-
Uses of NodeLabelPlacement in omix.util
Methods in omix.util that return NodeLabelPlacement Modifier and Type Method Description static NodeLabelPlacement
NodeLabelPlacement. valueOf(String name)
Returns the enum constant of this type with the specified name.static NodeLabelPlacement[]
NodeLabelPlacement. values()
Returns an array containing the constants of this enum type, in the order they are declared.