- All Known Subinterfaces:
BioNode
,Metabolite
,Reaction
@Deprecated @ReplacedBy("omix.lang.model.BioNode") public interface MetNode extends Node
Deprecated.
This type generalizes all common attributes of metabolite and reaction.
This Java interface represents a MetNode in OVL. It contain all methods available in OVL. The static fields in this interface declaration are public non-static instance fields in OVL. They can be read and written from OVL code.
This Java interface represents a MetNode in OVL. It contain all methods available in OVL. The static fields in this interface declaration are public non-static instance fields in OVL. They can be read and written from OVL code.
- Author:
- Dr. Peter Droste, Omix Visualization
-
Method Summary
Modifier and Type Method Description double
blur()
Deprecated.The blur of the node.boolean
collapsed()
Deprecated.Collapsed-state of the network component.List<? extends EffectorEdge>
effectorEdges()
Deprecated.Returns an unchangeableList
of all effector edges of this node.double
fillLevel()
Deprecated.The filling level of the item's shape given as percentage value.FillLevelIndication
fillLevelIndication()
Deprecated.The indication for filling of the item's shape.Font
font()
Deprecated.The font of the text label of the item.default String
getName()
Deprecated.Set<? extends PublicIdentifier>
getPublicIdentifiers()
Deprecated.Returns the components public identifiersList<? extends FluxEdge>
inEdges()
Deprecated.Returns an unchangeableList
of all incoming flux edges of this node.List<? extends FluxEdge>
outEdges()
Deprecated.Returns an unchangeableList
of all outgoing flux edges of this node.Paint
paint()
Deprecated.The fill appearance of the item's shape.double
scale()
Deprecated.The scale factor the node is displayed with.Shadow
shadow()
Deprecated.The shadow of the item.Shape
shape()
Deprecated.The appearance of the metabolite node in the diagram.Color
strokeColor()
Deprecated.The color for the stroke of the item's shape.StrokeStyle
strokeStyle()
Deprecated.The paint style for the stroke of the item's shape.double
strokeWidth()
Deprecated.The stroke width of the item's shape.List<String>
synonyms()
Deprecated.Returns the synonyms of the item.Brush
textBrush()
Deprecated.The fill brush of the item's text label.Color
textStrokeColor()
Deprecated.The color for the stroke of the item's text label.double
textStrokeWidth()
Deprecated.The stroke width of the item's text label.double
transparency()
Deprecated.The transparency of the node.Methods inherited from interface omix.lang.model.Component
customPropertyNames, getCustomProperty, getIdentifier, id, onload, setCustomProperty, setTmpCustomProperty
Methods inherited from interface omix.lang.model.Node
comments, getComment, graphicsEdges, hidden, linkEdges, model, network
-
Method Details
-
getName
Deprecated.Returns the name of the item.- Returns:
- name
-
synonyms
Deprecated.Returns the synonyms of the item.- Returns:
- synonyms
- Since:
- Omix 1.9.0
-
getPublicIdentifiers
Set<? extends PublicIdentifier> getPublicIdentifiers()Deprecated.Returns the components public identifiers- Returns:
- set of public identifiers
- Since:
- Omix 1.9.0
-
strokeWidth
Deprecated.The stroke width of the item's shape.- Specified by:
strokeWidth
in interfaceNode
-
textStrokeWidth
Deprecated.The stroke width of the item's text label.- Specified by:
textStrokeWidth
in interfaceNode
-
scale
Deprecated.The scale factor the node is displayed with. Values less than 1.0 decreases the node's size. Values greater than 1.0 increases its size. -
fillLevel
Deprecated.The filling level of the item's shape given as percentage value. -
blur
Deprecated.The blur of the node. -
transparency
Deprecated.The transparency of the node.- Specified by:
transparency
in interfaceNode
- Since:
- Omix 1.5.13
-
collapsed
Deprecated.Collapsed-state of the network component. Possible values:- true - the component is forced to be collapsed even if the components are shown by default.
- false - the component is forced to be visible even if the components are hidden by default.
- null - the component is visible or collapsed dependent on the model settings.
-
paint
Deprecated.The fill appearance of the item's shape. -
shadow
Deprecated.The shadow of the item. -
strokeColor
Deprecated.The color for the stroke of the item's shape.- Specified by:
strokeColor
in interfaceNode
-
textStrokeColor
Deprecated.The color for the stroke of the item's text label.- Specified by:
textStrokeColor
in interfaceNode
-
strokeStyle
Deprecated.The paint style for the stroke of the item's shape.- Specified by:
strokeStyle
in interfaceNode
-
shape
Deprecated.The appearance of the metabolite node in the diagram. -
font
Deprecated.The font of the text label of the item. -
fillLevelIndication
Deprecated.The indication for filling of the item's shape.- Specified by:
fillLevelIndication
in interfaceNode
-
textBrush
Deprecated.The fill brush of the item's text label. -
inEdges
Deprecated.Returns an unchangeableList
of all incoming flux edges of this node.- Returns:
- flux edges
-
outEdges
Deprecated.Returns an unchangeableList
of all outgoing flux edges of this node.- Returns:
- flux edges
-
effectorEdges
List<? extends EffectorEdge> effectorEdges()Deprecated.Returns an unchangeableList
of all effector edges of this node.- Returns:
- effector edges
-