Uses of Interface
omix.lang.Brush
Package | Description |
---|---|
omix.lang |
This package contains types used in OVL.
|
omix.lang.chart.util |
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 Brush in omix.lang
Classes in omix.lang that implement Brush Modifier and Type Class Description class
Color
This class represents color in Omix diagrams.class
FillPattern
A fill pattern consists of a pattern and a fill color whereas the pattern can be a standard patterns or any bitmap.class
Gradient
This class is superclass for all color gradients.class
LinearGradient
This class represents linear gradients.class
RadialGradient
This class represents radial gradients.class
Texture
This class represents textures in the network diagram. -
Uses of Brush in omix.lang.chart.util
Methods in omix.lang.chart.util that return Brush Modifier and Type Method Description Brush
ChartStyle. getBackground()
Methods in omix.lang.chart.util with parameters of type Brush Modifier and Type Method Description void
ChartStyle. setBackground(Brush background)
-
Uses of Brush in omix.lang.model
Methods in omix.lang.model that return Brush Modifier and Type Method Description Brush
EffectorEdge. activationBrush()
The paint brush of the edge's arrow when it shows activation.Brush
Comment. brush()
Deprecated.The fill brush of the item's shape.default Brush
Compartment. brush()
Deprecated.Brush
FluxEdge. brush()
The fill brush of the edge and arrows.Brush
GraphicsEdge. brush()
The fill brush of the edge and its markers.Brush
Pathway. brush()
The fill brush of the item's shape.Brush
FluxEdge. coefficientBrush()
The paint brush used to display the edge's coefficient.Brush
EffectorEdge. inhibitionBrush()
The paint brush of the edge's arrow when it shows inhibition.Brush
GraphicsPath. lineBrush()
The color for the stroke of the item's shape.Brush
FluxEdge. reversibilitySignBrush()
The paint brush used to display the edge's reversibility sign.Brush
BioNode. textBrush()
The fill brush of the item's text label.Brush
Compartment. textBrush()
The fill brush of the item's text label.Brush
GraphicsNode. textBrush()
The fill brush of the item's text label.Brush
Link. textBrush()
The fill brush of the item's text label.Brush
MetNode. textBrush()
Deprecated.The fill brush of the item's text label.Brush
Node. textBrush()
The fill brush of the item's text label.Brush
Pathway. textBrush()
The fill brush of the item's text label.Brush
EffectorEdge. unknownEffectBrush()
The paint brush of the edge's arrow when it shows unknown effect. -
Uses of Brush in omix.lang.model.accessory.annotation
-
Uses of Brush in omix.plugin.diagram
-
Uses of Brush in omix.plugin.diagram.writable
Methods in omix.plugin.diagram.writable with parameters of type Brush Modifier and Type Method Description void
Comment. setBrush(Brush brush)
Sets the fill brush of the item's shape.void
Legend. setBrush(Brush brush)
Sets the fill brush of the item's shape.void
MetaboliteItem. setTextBrush(Brush textBrush)
-
Uses of Brush in omix.plugin.model
Methods in omix.plugin.model that return Brush Modifier and Type Method Description Brush
EffectorEdge. activationBrush()
The paint brush of the edge's arrow when it shows activation.Brush
LinkEdge.EffectorEdgeAppearance. activationBrush()
The paint brush of the edge's arrow when it shows activation.Brush
FluxEdge. brush()
The fill brush of the edge and arrows.Brush
GraphicsEdge. brush()
The fill brush of the edge and its markers.Brush
LinkEdge.FluxEdgeAppearance. brush()
The fill brush of the edge and arrows.Brush
LinkEdge.GraphicsEdgeAppearance. brush()
The fill brush of the edge and its markers.Brush
Pathway. brush()
The fill brush of the item's shape.Brush
FluxEdge. coefficientBrush()
The paint brush used to display the edge's coefficient.Brush
LinkEdge.FluxEdgeAppearance. coefficientBrush()
The paint brush used to display the edge's coefficient.Brush
StyleSheet. cofactorEdgeCoefficientBrush()
Brush
StyleSheet. cofactorEdgeReversibilitySignBrush()
Brush
StyleSheet. commentBrush()
Brush
StyleSheet. compartmentTextBrush()
The fill brush of the item's text label.Brush
StyleSheet. effectorEdgeActivationBrush()
The paint brush of the edge's arrow when it shows activation.Brush
StyleSheet. effectorEdgeInhibitionBrush()
The paint brush of the edge's arrow when it shows inhibition.Brush
StyleSheet. effectorEdgeUnknownEffectBrush()
The paint brush of the edge's arrow when it shows unknown effect.Brush
StyleSheet. fluxEdgeBrush()
The fill brush of the edge and arrows.Brush
StyleSheet. fluxEdgeCoefficientBrush()
The paint brush used to display the edge's coefficient.Brush
StyleSheet. fluxEdgeReversibilitySignBrush()
The paint brush used to display the edge's reversibility sign.Brush
EffectorEdge. inhibitionBrush()
The paint brush of the edge's arrow when it shows inhibition.Brush
LinkEdge.EffectorEdgeAppearance. inhibitionBrush()
The paint brush of the edge's arrow when it shows inhibition.Brush
GraphicsPath. lineBrush()
The color for the stroke of the item's shape.Brush
StyleSheet. metaboliteTextBrush()
The fill brush of the item's text label.Brush
StyleSheet. pathwayBrush()
The fill brush of the item's shape.Brush
StyleSheet. pathwayTextBrush()
The fill brush of the item's text label.Brush
Pathway. reactionTextBrush()
The fill brush of the item's text label.Brush
StyleSheet. reactionTextBrush()
The fill brush of the item's text label.Brush
FluxEdge. reversibilitySignBrush()
The paint brush used to display the edge's reversibility sign.Brush
LinkEdge.FluxEdgeAppearance. reversibilitySignBrush()
The paint brush used to display the edge's reversibility sign.Brush
AbstractNode. textBrush()
The fill brush of the item's text label.Brush
Compartment. textBrush()
The fill brush of the item's text label.Brush
GraphicsNode. textBrush()
The fill brush of the item's text label.Brush
Link. textBrush()
The fill brush of the item's text label.Brush
Pathway. textBrush()
The fill brush of the item's text label.Brush
EffectorEdge. unknownEffectBrush()
The paint brush of the edge's arrow when it shows unknown effect.Brush
LinkEdge.EffectorEdgeAppearance. unknownEffectBrush()
The paint brush of the edge's arrow when it shows unknown effect. -
Uses of Brush in omix.plugin.model.writable
Methods in omix.plugin.model.writable with parameters of type Brush Modifier and Type Method Description void
EffectorEdge. setActivationBrush(Brush value)
Changes the paint brush that the effector edge shows as activation.void
LinkEdge.EffectorEdgeAppearance. setActivationBrush(Brush value)
Changes the paint brush that the effector edge shows as activation.void
FluxEdge. setBrush(Brush brush)
Sets the fill brush of the item's shape.void
GraphicsEdge. setBrush(Brush brush)
Sets the fill brush of the item's shape.void
LinkEdge.FluxEdgeAppearance. setBrush(Brush brush)
Sets the fill brush of the item's shape.void
LinkEdge.GraphicsEdgeAppearance. setBrush(Brush brush)
Sets the fill brush of the item's shape.void
Pathway. setBrush(Brush brush)
Sets the fill brush of the item's shape.void
FluxEdge. setCoefficientBrush(Brush brush)
Changes the brush of the edge's coefficient.void
LinkEdge.FluxEdgeAppearance. setCoefficientBrush(Brush brush)
Changes the brush of the edge's coefficient.void
StyleSheet. setCofactorEdgeBrush(Brush brush)
Sets the fill brush of the cofactor edges' default shape.void
StyleSheet. setCofactorEdgeCoefficientBrush(Brush brush)
Changes the brush of the edge's coefficient.void
StyleSheet. setCofactorEdgeReversibilitySignBrush(Brush brush)
Changes the brush of the reversibility sign (if available).void
StyleSheet. setCommentBrush(Brush commentBrush)
void
StyleSheet. setCompartmentTextBrush(Brush textBrush)
Changes the fill brush of the compartments' default text label.void
StyleSheet. setEffectorEdgeActivationBrush(Brush value)
Changes the paint brush that the effector edge shows as activation.void
StyleSheet. setEffectorEdgeInhibitionBrush(Brush value)
Changes the paint brush that the effector edge shows as inhibition.void
StyleSheet. setEffectorEdgeUnknownEffectBrush(Brush value)
Changes the paint brush that the effector edge shows as unknown effect.void
StyleSheet. setFluxEdgeBrush(Brush brush)
Sets the fill brush of the flux edges' default shape.void
StyleSheet. setFluxEdgeCoefficientBrush(Brush brush)
Changes the brush of the edge's coefficient.void
StyleSheet. setFluxEdgeReversibilitySignBrush(Brush brush)
Changes the brush of the reversibility sign (if available).void
EffectorEdge. setInhibitionBrush(Brush value)
Changes the paint brush that the effector edge shows as inhibition.void
LinkEdge.EffectorEdgeAppearance. setInhibitionBrush(Brush value)
Changes the paint brush that the effector edge shows as inhibition.void
GraphicsPath. setLineBrush(Brush lineBrush)
Sets the color for the stroke of the item's shape.void
StyleSheet. setMetaboliteTextBrush(Brush textBrush)
Changes the default value for the metabolites' default text paint brush.void
StyleSheet. setPathwayBrush(Brush brush)
Sets the fill brush of the pathways' default shape.void
StyleSheet. setPathwayTextBrush(Brush textBrush)
Changes the fill brush of the pathways' default text label.void
Pathway. setReactionTextBrush(Brush textBrush)
Changes the default value for the reactions' text paint brush.void
StyleSheet. setReactionTextBrush(Brush textBrush)
Changes the default value for the reactions' default text paint brush.void
FluxEdge. setReversibilitySignBrush(Brush brush)
Changes the brush of the reversibility sign (if available).void
LinkEdge.FluxEdgeAppearance. setReversibilitySignBrush(Brush brush)
Changes the brush of the reversibility sign (if available).void
AbstractNode. setTextBrush(Brush textBrush)
The fill brush of the item's text label.void
Compartment. setTextBrush(Brush textBrush)
Changes the fill brush of the item's text label.void
Pathway. setTextBrush(Brush textBrush)
Changes the fill brush of the item's text label.void
EffectorEdge. setUnknownEffectBrush(Brush value)
Changes the paint brush that the effector edge shows as unknown effect.void
LinkEdge.EffectorEdgeAppearance. setUnknownEffectBrush(Brush value)
Changes the paint brush that the effector edge shows as unknown effect. -
Uses of Brush in omix.plugin.model.writable.accessory.annotation
Methods in omix.plugin.model.writable.accessory.annotation with parameters of type Brush Modifier and Type Method Description void
ItemGroup. setBrush(Brush brush)
The highlighting brush.void
SideBox. setTextBrush(Brush textBrush)
The fill brush of the item's text label. -
Uses of Brush in omix.plugin.motifstamp
-
Uses of Brush in omix.plugin.motifstamp.writable
Methods in omix.plugin.motifstamp.writable that return Brush Modifier and Type Method Description Brush
EffectorEdge. activationBrush()
The paint brush of the edge's arrow when it shows activation.Brush
GraphicsEdge. brush()
The fill brush of the edge and its markers.Brush
FluxEdge. coefficientBrush()
The paint brush used to display the edge's coefficient.Brush
EffectorEdge. inhibitionBrush()
The paint brush of the edge's arrow when it shows inhibition.Brush
FluxEdge. reversibilitySignBrush()
The paint brush used to display the edge's reversibility sign.Brush
EffectorEdge. unknownEffectBrush()
The paint brush of the edge's arrow when it shows unknown effect.Methods in omix.plugin.motifstamp.writable with parameters of type Brush Modifier and Type Method Description void
EffectorEdge. setActivationBrush(Brush value)
Changes the paint brush that the effector edge shows as activation.void
FluxEdge. setBrush(Brush brush)
Sets the fill brush of the item's shape.void
GraphicsEdge. setBrush(Brush brush)
Sets the fill brush of the item's shape.void
FluxEdge. setCoefficientBrush(Brush brush)
Changes the brush of the edge's coefficient.void
EffectorEdge. setInhibitionBrush(Brush value)
Changes the paint brush that the effector edge shows as inhibition.void
FluxEdge. setReversibilitySignBrush(Brush brush)
Changes the brush of the reversibility sign (if available).void
GraphicsNode. setTextBrush(Brush textBrush)
The fill brush of the item's text label.void
Metabolite. setTextBrush(Brush textBrush)
The fill brush of the item's text label.void
EffectorEdge. setUnknownEffectBrush(Brush value)
Changes the paint brush that the effector edge shows as unknown effect.