- All Superinterfaces:
LinkEdge.Appearance
- All Known Subinterfaces:
LinkEdge.FluxEdgeAppearance
- Enclosing interface:
- LinkEdge
public static interface LinkEdge.FluxEdgeAppearance extends LinkEdge.Appearance
-
Method Summary
Modifier and Type Method Description MarkerShape
arrowShape()
The shape of the edge's arrow.double
arrowSize()
The size of the edge's arrow given as multiple of the edge width.Brush
brush()
The fill brush of the edge and arrows.double
coefficient()
The coefficient of the edge.Brush
coefficientBrush()
The paint brush used to display the edge's coefficient.DecimalFormat
coefficientDecimalFormat()
The decimal format for the edge's coefficient.Font
coefficientFont()
The font used to display the edge's coefficient.boolean
isCofactor()
Returns the relation between the connected metabolite and reaction.Brush
reversibilitySignBrush()
The paint brush used to display the edge's reversibility sign.double
reversibilitySignScale()
The scale of the edge's reversibility sign given as multiple of the edge width (>0).
-
Method Details
-
arrowSize
double arrowSize()The size of the edge's arrow given as multiple of the edge width. Minimal value is 1.0. -
arrowShape
MarkerShape arrowShape()The shape of the edge's arrow. -
reversibilitySignBrush
Brush reversibilitySignBrush()The paint brush used to display the edge's reversibility sign. -
reversibilitySignScale
double reversibilitySignScale()The scale of the edge's reversibility sign given as multiple of the edge width (>0). -
coefficientDecimalFormat
DecimalFormat coefficientDecimalFormat()The decimal format for the edge's coefficient. -
coefficientBrush
Brush coefficientBrush()The paint brush used to display the edge's coefficient. -
coefficientFont
Font coefficientFont()The font used to display the edge's coefficient. -
brush
Brush brush()The fill brush of the edge and arrows. -
coefficient
double coefficient()The coefficient of the edge. -
isCofactor
boolean isCofactor()Returns the relation between the connected metabolite and reaction.- Returns:
- cofactor state
-