Location
ptolemy.kernel.util.Location

An attribute that represents a location of a node in a schematic.

By default, an instance of this class is not visible in a user interface. This is indicated to the user interface by returning NONE to the getVisibility() method. The location is specified by calling setExpression() with a string that has the form "x,y" or "[x,y]" or "{x,y}", where x and y can be parsed into doubles.

The default location is a two dimensional location with value {0.0, 0.0}. This class can also handle locations with greater than two dimensions.

Author(s): Steve Neuendorffer and Edward A. Lee
Version:$Id: Location.java,v 1.56 2006/03/29 00:02:44 cxh Exp $
Pt.Proposed Rating:Green (cxh)
Pt.Accepted Rating:Green (cxh)