Class GraphicalLocator

  • All Implemented Interfaces:
    java.lang.Cloneable, Actor, Executable, FiringsRecordable, Initializable, TypedActor, Changeable, Debuggable, DebugListener, Derivable, Instantiable, ModelErrorHandler, MoMLExportable, Moveable, Nameable

    public class GraphicalLocator
    extends Locator
    This class is an extension of the Locator actor that adds an outputRange parameter and an icon that is a circle with a radius defined by the value of this parameter. In addition, this class provides the output channel with a transmit property named "range" with value equal to the value of its outputRange parameter. Thus, if the output channel is an instance of LimitedRangeChannel, then the outputRange parameter will define the range of transmission.
    Since:
    Ptolemy II 4.0
    Version:
    $Id$
    Author:
    Philip Baldwin, Xiaojun Liu, and Edward A. Lee
    See Also:
    LimitedRangeChannel
    Pt.AcceptedRating:
    Yellow (cxh)
    Pt.ProposedRating:
    Green (cxh)