Uses of Interface
omix.plugin.diagram.AbstractItem
Package | Description |
---|---|
omix.plugin.diagram | |
omix.plugin.diagram.writable | |
omix.plugin.model.util |
-
Uses of AbstractItem in omix.plugin.diagram
Subinterfaces of AbstractItem in omix.plugin.diagram 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 that return types with arguments of type AbstractItem Modifier and Type Method Description List<? extends AbstractItem>
Diagram. getSelectedItems()
Method parameters in omix.plugin.diagram with type arguments of type AbstractItem Modifier and Type Method Description default void
Diagram. highlight(List<? extends AbstractItem> items)
default void
Diagram. highlight(List<? extends AbstractItem> items, double blur)
default void
Diagram. highlight(List<? extends AbstractItem> items, double width, double blur)
default void
Diagram. highlight(List<? extends AbstractItem> items, Color color)
default void
Diagram. highlight(List<? extends AbstractItem> items, Color color, double width)
void
Diagram. highlight(List<? extends AbstractItem> items, Color color, double width, double blur)
-
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
AbstractItem
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 AbstractItem
AbstractItem. toReadOnly()
Methods in omix.plugin.diagram.writable with parameters of type AbstractItem Modifier and Type Method Description default AbstractItem
Diagram. toWritable(AbstractItem type)
-
Uses of AbstractItem in omix.plugin.model.util
Methods in omix.plugin.model.util with parameters of type AbstractItem Modifier and Type Method Description void
ContextMenuEntryProvider. addItemContextMenuEntries(AbstractItem item, QMenu menu)
This method is called whenever the user causes a context menu to be shown.