org.opensourcephysics.cabrillo.tracker
Interface Axes

All Superinterfaces:
Drawable, Trackable
All Known Implementing Classes:
CoordAxes

public interface Axes
extends Trackable

This defines a trackable world coordinate axes.

Author:
Douglas Brown

Method Summary
 boolean isVisible()
          Gets the visibility of the axes.
 void setVisible(boolean visible)
          Sets the visibility of the axes.
 
Methods inherited from interface org.opensourcephysics.display.Drawable
draw
 

Method Detail

setVisible

void setVisible(boolean visible)
Sets the visibility of the axes.

Parameters:
visible - true to make the axes visible

isVisible

boolean isVisible()
Gets the visibility of the axes.

Returns:
true if the axes are visible