The object wrapped by this element is of the class org.opensourcephysics.displayejs.InteractiveTrace. The class has been designed to control most of its features through properties.

Useful Methods
void addPoint(double x, double y)
Adds a new point (x,y).
void allowTable(boolean allow)
Turns on an off the right-clicking effect of displaying a table. The effect is on by default.
org.opensourcephysics.frames.TableFrame showTable (java.awt.Component component)
Brings in the table frame relative to the given component.