com.jme.util.stat.graph
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.

Author:
Joshua Slack

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

Method Detail

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