Uses of Class
omix.lang.FillLevelIndication
Package | Description |
---|---|
omix.lang |
This package contains types used in OVL.
|
omix.lang.model |
This package contains all network components as OVL extendable types.
|
omix.lang.model.accessory.annotation |
This package contains all data annotations available in OVL.
|
omix.plugin.diagram | |
omix.plugin.diagram.writable | |
omix.plugin.model | |
omix.plugin.model.writable | |
omix.plugin.model.writable.accessory.annotation | |
omix.plugin.motifstamp | |
omix.plugin.motifstamp.writable |
-
Uses of FillLevelIndication in omix.lang
Methods in omix.lang that return FillLevelIndication Modifier and Type Method Description static FillLevelIndication
FillLevelIndication. valueOf(String name)
Returns the enum constant of this type with the specified name.static FillLevelIndication[]
FillLevelIndication. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FillLevelIndication in omix.lang.model
Methods in omix.lang.model that return FillLevelIndication Modifier and Type Method Description FillLevelIndication
BioNode. fillLevelIndication()
The indication for filling of the item's shape.FillLevelIndication
GraphicsNode. fillLevelIndication()
The indication for filling of the item's shape.FillLevelIndication
Link. fillLevelIndication()
The indication for filling of the item's shape.FillLevelIndication
MetNode. fillLevelIndication()
Deprecated.The indication for filling of the item's shape.FillLevelIndication
Node. fillLevelIndication()
The indication for filling of the item's shape. -
Uses of FillLevelIndication in omix.lang.model.accessory.annotation
Methods in omix.lang.model.accessory.annotation that return FillLevelIndication Modifier and Type Method Description FillLevelIndication
SideBox. fillLevelIndication()
The indication for filling of the item's shape.FillLevelIndication
SubNode. fillLevelIndication()
Deprecated.The indication for filling of the item's shape. -
Uses of FillLevelIndication in omix.plugin.diagram
Methods in omix.plugin.diagram that return FillLevelIndication Modifier and Type Method Description FillLevelIndication
MetaboliteItem. fillLevelIndication()
-
Uses of FillLevelIndication in omix.plugin.diagram.writable
Methods in omix.plugin.diagram.writable with parameters of type FillLevelIndication Modifier and Type Method Description void
MetaboliteItem. setFillLevelIndication(FillLevelIndication fillLevelIndication)
-
Uses of FillLevelIndication in omix.plugin.model
Methods in omix.plugin.model that return FillLevelIndication Modifier and Type Method Description FillLevelIndication
AbstractNode. fillLevelIndication()
The indication for filling of the item's shape.FillLevelIndication
GraphicsNode. fillLevelIndication()
The indication for filling of the item's shape.FillLevelIndication
Link. fillLevelIndication()
The indication for filling of the item's shape.FillLevelIndication
StyleSheet. metaboliteFillLevelIndication()
The indication for filling of the item's shape.FillLevelIndication
Pathway. reactionFillLevelIndication()
The indication for filling of the item's shape.FillLevelIndication
StyleSheet. reactionFillLevelIndication()
The indication for filling of the item's shape. -
Uses of FillLevelIndication in omix.plugin.model.writable
Methods in omix.plugin.model.writable with parameters of type FillLevelIndication Modifier and Type Method Description void
AbstractNode. setFillLevelIndication(FillLevelIndication fillLevelIndication)
The indication for filling of the item's shape.void
StyleSheet. setMetaboliteFillLevelIndication(FillLevelIndication fillLevelIndication)
Changes the default value for metabolites' fill level Indication.void
StyleSheet. setReactionFillLevelIndication(FillLevelIndication fillLevelIndication)
Changes the default value for reactions' fill level Indication. -
Uses of FillLevelIndication in omix.plugin.model.writable.accessory.annotation
Methods in omix.plugin.model.writable.accessory.annotation with parameters of type FillLevelIndication Modifier and Type Method Description void
SideBox. setFillLevelIndication(FillLevelIndication fillLevelIndication)
The indication for filling of the item's shape. -
Uses of FillLevelIndication in omix.plugin.motifstamp
Methods in omix.plugin.motifstamp that return FillLevelIndication Modifier and Type Method Description FillLevelIndication
GraphicsNode. fillLevelIndication()
The indication for filling of the item's shape.FillLevelIndication
Metabolite. fillLevelIndication()
The indication for filling of the item's shape. -
Uses of FillLevelIndication in omix.plugin.motifstamp.writable
Methods in omix.plugin.motifstamp.writable with parameters of type FillLevelIndication Modifier and Type Method Description void
GraphicsNode. setFillLevelIndication(FillLevelIndication fillLevelIndication)
The indication for filling of the item's shape.void
Metabolite. setFillLevelIndication(FillLevelIndication fillLevelIndication)
The indication for filling of the item's shape.