Interface TableLinkable

All Known Implementing Classes:
LineGrapher, TimedAreaGrapher

public interface TableLinkable
Interface describing the ability for a class to create or update a line with values, usually to match those in another graph.
  • Method Summary

    Modifier and Type
    Method
    Description
    updateLineKey(StatType type, Line lineKey)
    Update/Create a line to reflect the color, stipple, antialias and width used in the other graph.
  • Method Details

    • updateLineKey

      Line updateLineKey(StatType type, Line lineKey)
      Update/Create a line to reflect the color, stipple, antialias and width used in the other graph.
      Parameters:
      type - the StatType the Line is associated with.
      lineKey - the Line we want to update values on (if null, a new Line should be created.)
      Returns:
      the updated (or created) Line