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 Steve Neuendorffer and Edward A. Lee @version $Id: Location.java,v 1.65 2007/12/06 21:56:23 cxh Exp $ @since Ptolemy II 2.1 @Pt.ProposedRating Green (cxh) @Pt.AcceptedRating Green (cxh)
|
|
|
|