Uses of Interface
omix.plugin.diagram.writable.AbstractItem
Package | Description |
---|---|
omix.plugin.diagram.writable |
-
Uses of AbstractItem in omix.plugin.diagram.writable
Subinterfaces of AbstractItem in omix.plugin.diagram.writable Modifier and Type Interface Description interface
AbstractBioNodeItem
interface
AbstractEdgeItem
interface
AbstractModelItem
interface
AbstractNodeItem
interface
Clipping
interface
Comment
interface
CompartmentItem
interface
EffectorEdgeItem
interface
FluxEdgeItem
interface
GraphicsBoxItem
interface
GraphicsEdgeItem
interface
GraphicsNodeItem
interface
GraphicsPathItem
interface
Group
interface
Legend
interface
LinkEdgeItem
interface
LinkItem
interface
MetaboliteItem
interface
PathwayItem
interface
ReactionItem
Methods in omix.plugin.diagram.writable that return AbstractItem Modifier and Type Method Description default AbstractItem
Diagram. toWritable(AbstractItem type)
Methods in omix.plugin.diagram.writable that return types with arguments of type AbstractItem Modifier and Type Method Description List<? extends AbstractItem>
Diagram. getSelectedItems()
Methods in omix.plugin.diagram.writable with parameters of type AbstractItem Modifier and Type Method Description void
Diagram. addItem(AbstractItem item)
Created diagram items have to be inserted into the metabolic network before taking any effect.
OVL definitions do not become part of a diagram component until the item is added to the diagram.
After adding aMetaboliteItem
orMetabolite
to the diagram, aMetaboliteType
is simultaneously added to theModel
.void
Diagram. removeItem(AbstractItem item)