Module omix.api

Interface LinkEdge.FluxEdgeAppearance

All Superinterfaces:
LinkEdge.Appearance
All Known Subinterfaces:
LinkEdge.FluxEdgeAppearance
Enclosing interface:
LinkEdge

public static interface LinkEdge.FluxEdgeAppearance
extends LinkEdge.Appearance
  • 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