Package com.ardor3d.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.
-
Method Summary
Modifier and TypeMethodDescriptionupdateLineKey
(StatType type, Line lineKey) Update/Create a line to reflect the color, stipple, antialias and width used in the other graph.
-
Method Details
-
updateLineKey
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
-