
PlotterBase |
ptolemy.actor.lib.gui.PlotterBase |
Base class for plotters. This class contains an instance of the
PlotBox class from the Ptolemy plot package as a public member,
although which subclass of PlotBox is created is left to derived classes.
It provides a parameter that determines whether to fill the plot
when wrapup is invoked. It also has a legend parameter,
which gives a comma-separated list of labels to attach to
each dataset. Normally, the number of elements in this list
should equal the number of input channels, although this
is not enforced.
Author(s): Edward A. Lee
Version:$Id: PlotterBase.java,v 1.35 2005/10/24 19:09:05 cxh Exp $
Pt.Proposed Rating:Green (eal)
Pt.Accepted Rating:Green (cxh)
fillOnWrapup
If true, fill the plot when wrapup is called.
This parameter has type BooleanToken, and default value true.
_plotSize
A specification of the size of the plot if it's in its own window.
_windowProperties
A specification for the window properties of the frame.