Uses of Interface
omix.lang.model.GraphicsItem
Package | Description |
---|---|
omix.lang.model |
This package contains all network components as OVL extendable types.
|
-
Uses of GraphicsItem in omix.lang.model
Methods in omix.lang.model that return GraphicsItem Modifier and Type Method Description GraphicsItem
MetabolicNetwork. getGraphicsItem(String identifier)
Deprecated.Returns the graphics item with the given identifier if available, otherwise null.default GraphicsItem
Model. getGraphicsItem(String identifier)
Deprecated.Methods in omix.lang.model that return types with arguments of type GraphicsItem Modifier and Type Method Description List<? extends GraphicsItem>
MetabolicNetwork. graphicsItems()
Deprecated.Returns an unchangeableList
of all graphical items.default List<? extends GraphicsItem>
Model. graphicsItems()
Deprecated.