Serialized Form
Package com.microstar.xml |
column
int column
line
int line
message
java.lang.String message
systemId
java.lang.String systemId
_background
java.awt.Color _background
_buttonPressed
java.lang.String _buttonPressed
_buttons
java.lang.String[] _buttons
_optionPane
javax.swing.JOptionPane _optionPane
contents
javax.swing.JPanel contents
- The panel contained by this dialog.
_background
java.awt.Color _background
- The background color as set by setBackground().
This defaults to white.
_constraints
java.awt.GridBagConstraints _constraints
- Standard constraints for use with _grid.
_entries
java.util.Map _entries
_grid
java.awt.GridBagLayout _grid
- Layout control.
_listeners
java.util.Vector _listeners
- List of registered listeners.
_width
int _width
_currentEditX
int _currentEditX
_currentEditY
int _currentEditY
_dataset
int _dataset
_editListeners
java.util.Vector _editListeners
_editSpecSet
boolean[] _editSpecSet
_editSpecX
int[] _editSpecX
_editSpecY
int[] _editSpecY
_redoStack
java.util.Stack _redoStack
_undoStack
java.util.Stack _undoStack
_baroffset
double _baroffset
- The offset between bars.
_barwidth
double _barwidth
- The width of a bar.
_binOffset
double _binOffset
- The offset between bins.
_binWidth
double _binWidth
- The width of a bin.
_currentdataset
int _currentdataset
- The current dataset.
_filename
java.lang.String _filename
- Last filename seen in command-line arguments.
_histogram
java.util.Vector _histogram
- A vector of histogram data.
_painted
boolean _painted
- Indicate that painting is complete.
_points
java.util.Vector _points
- A vector of datasets.
_showing
boolean _showing
- Set by _drawPlot(), and reset by clear().
_baroffset
double _baroffset
- Offset per dataset in x axis units.
_bars
boolean _bars
- True if this is a bar plot.
_barwidth
double _barwidth
- Width of a bar in x axis units.
_connected
boolean _connected
- True if the points are connected.
_currentdataset
int _currentdataset
- The current dataset.
_diameter
int _diameter
- Give the diameter of a point for efficiency.
_filename
java.lang.String _filename
- Last filename seen in command-line arguments.
_firstinset
boolean _firstinset
- Is this the first datapoint in a set?
_formats
java.util.Vector _formats
- Format information on a per data set basis.
_impulses
boolean _impulses
- True if this is an impulse plot.
_marks
int _marks
- An indicator of the marks style. See _parseLine method for
interpretation.
_maxdataset
int _maxdataset
- The highest data set used.
_painted
boolean _painted
- Indicate that painting is complete.
_points
java.util.Vector _points
- A vector of datasets.
_pointsPersistence
int _pointsPersistence
- Number of points to persist for.
_prevx
java.util.Vector _prevx
- Information about the previously plotted point.
_prevy
java.util.Vector _prevy
- Information about the previously plotted point.
_radius
int _radius
- Give the radius of a point for efficiency.
_reusedatasets
boolean _reusedatasets
- True if we saw 'reusedatasets: on' in the file.
_sawfirstdataset
boolean _sawfirstdataset
- Have we seen a DataSet line in the current data file?
_showing
boolean _showing
- Set by _drawPlot(), and reset by clear().
_sweepsPersistence
int _sweepsPersistence
- Number of sweeps to persist for.
_xyInvalid
boolean _xyInvalid
- Flag indicating validity of _xBottom, _xTop,
_yBottom, and _yTop.
_background
java.awt.Color _background
- Color of the background, settable from HTML.
_bottomPadding
int _bottomPadding
- Bottom padding.
Derived classes can increment these to make space around the plot.
_buffer
java.awt.Image _buffer
- Image to draw onto to avoid flashing.
_documentBase
java.net.URL _documentBase
- The document base we use to find the _filespec.
NOTE: Use of this variable is deprecated. But it is made available
to derived classes for backward compatibility.
FIXME: Sun's appletviewer gives an exception if this is protected.
Why?? So we make it temporarily public.
_filespec
java.lang.String _filespec
- The file to be opened.
_foreground
java.awt.Color _foreground
- Color of the foreground, settable from HTML.
_grid
boolean _grid
- Whether to draw a background grid.
_height
int _height
- Width and height of component in pixels.
_labelFont
java.awt.Font _labelFont
- Font information.
_labelFontMetrics
java.awt.FontMetrics _labelFontMetrics
- FontMetric information.
_leftPadding
int _leftPadding
- Left padding.
Derived classes can increment these to make space around the plot.
_legendDatasets
java.util.Vector _legendDatasets
- Legend information.
_legendStrings
java.util.Vector _legendStrings
- Legend information.
_lrx
int _lrx
- The plot rectangle in pixels.
The naming convention is: "_ulx" = "upper left x", where "x" is
the horizontal dimension.
_lry
int _lry
- The plot rectangle in pixels.
The naming convention is: "_ulx" = "upper left x", where "x" is
the horizontal dimension.
_rightPadding
int _rightPadding
- Right padding.
Derived classes can increment these to make space around the plot.
_superscriptFont
java.awt.Font _superscriptFont
- Font information.
_superscriptFontMetrics
java.awt.FontMetrics _superscriptFontMetrics
- FontMetric information.
_title
java.lang.String _title
- The title and label strings.
_titleFont
java.awt.Font _titleFont
- Font information.
_titleFontMetrics
java.awt.FontMetrics _titleFontMetrics
- FontMetric information.
_topPadding
int _topPadding
- Top padding.
Derived classes can increment these to make space around the plot.
_ulx
int _ulx
- The plot rectangle in pixels.
The naming convention is: "_ulx" = "upper left x", where "x" is
the horizontal dimension.
_uly
int _uly
- The plot rectangle in pixels.
The naming convention is: "_ulx" = "upper left x", where "x" is
the horizontal dimension.
_usecolor
boolean _usecolor
- Indicator whether to use _colors.
_width
int _width
- Width and height of component in pixels.
_wrap
boolean _wrap
- Whether to wrap the X axis.
_xBottom
double _xBottom
- The minimum X value registered so for, for auto ranging.
_xExp
int _xExp
- The power of ten by which the range numbers should
be multiplied.
_xhighgiven
double _xhighgiven
- The given X and Y ranges.
If they have been given the top and bottom of the x and y ranges.
This is different from _xMin and _xMax, which actually represent
the range of data that is plotted. This represents the range
specified (which may be different due to zooming).
_xlabel
java.lang.String _xlabel
- The title and label strings.
_xlog
boolean _xlog
- Whether to draw the axes using a logarithmic scale.
_xlowgiven
double _xlowgiven
- The given X and Y ranges.
If they have been given the top and bottom of the x and y ranges.
This is different from _xMin and _xMax, which actually represent
the range of data that is plotted. This represents the range
specified (which may be different due to zooming).
_xscale
double _xscale
- Scaling used in plotting points.
_xticklabels
java.util.Vector _xticklabels
- If XTicks or YTicks are given/
_xtickMax
double _xtickMax
- The range of the plot as labeled
(multiply by 10^exp for actual range.
_xtickMin
double _xtickMin
- The range of the plot as labeled
(multiply by 10^exp for actual range.
_xticks
java.util.Vector _xticks
- If XTicks or YTicks are given/
_xtickscale
double _xtickscale
- Scaling used in making tick marks.
_xTop
double _xTop
- The maximum X value registered so for, for auto ranging.
_yBottom
double _yBottom
- The minimum Y value registered so for, for auto ranging.
_yExp
int _yExp
- The power of ten by which the range numbers should
be multiplied.
_yhighgiven
double _yhighgiven
- The given X and Y ranges.
If they have been given the top and bottom of the x and y ranges.
This is different from _xMin and _xMax, which actually represent
the range of data that is plotted. This represents the range
specified (which may be different due to zooming).
_ylabel
java.lang.String _ylabel
- The title and label strings.
_ylog
boolean _ylog
- Whether to draw the axes using a logarithmic scale.
_ylowgiven
double _ylowgiven
- The given X and Y ranges.
If they have been given the top and bottom of the x and y ranges.
This is different from _xMin and _xMax, which actually represent
the range of data that is plotted. This represents the range
specified (which may be different due to zooming).
_yscale
double _yscale
- Scaling used in plotting points.
_yticklabels
java.util.Vector _yticklabels
- If XTicks or YTicks are given/
_ytickMax
double _ytickMax
- The range of the plot as labeled
(multiply by 10^exp for actual range.
_ytickMin
double _ytickMin
- The range of the plot as labeled
(multiply by 10^exp for actual range.
_yticks
java.util.Vector _yticks
- If XTicks or YTicks are given/
_ytickscale
double _ytickscale
- Scaling used in making tick marks.
_yTop
double _yTop
- The maximum Y value registered so for, for auto ranging.
_directory
java.lang.String _directory
- directory that contains the input file.
_editMenu
java.awt.Menu _editMenu
- Edit menu for this frame.
_fileMenu
java.awt.Menu _fileMenu
- File menu for this frame.
_filename
java.lang.String _filename
- name of the input file.
_menubar
java.awt.MenuBar _menubar
- Menubar for this frame.
_specialMenu
java.awt.Menu _specialMenu
- Special menu for this frame.
plot
PlotBox plot
- The plot object held by this frame.
_paused
boolean _paused
- True if we are paused.
_plotLiveThread
java.lang.Thread _plotLiveThread
- Thread of this plotter
_plotting
boolean _plotting
- True if we are actually plotting.
_startButton
java.awt.Button _startButton
- Start and Stop Buttons.
_stopButton
java.awt.Button _stopButton
- Start and Stop Buttons.
Package ptolemy.plot.compat |
_parser
PxgraphParser _parser
_parser
PxgraphParser _parser
Package ptolemy.plot.plotml |
_choice
java.awt.Choice _choice