Serialized Form


Package com.microstar.xml

Class com.microstar.xml.XmlException extends java.lang.Exception implements Serializable

Serialized Fields

_message

java.lang.String _message

_cause

java.lang.Throwable _cause

_systemId

java.lang.String _systemId

_line

int _line

_column

int _column

Package ptolemy.gui

Class ptolemy.gui.ComponentDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

contents

java.awt.Component contents
The component contained by this dialog.


_buttonPressed

java.lang.String _buttonPressed
The label of the button pushed to dismiss the dialog.


_doneHandleClosing

boolean _doneHandleClosing
Indicator that we have notified of window closing.


_optionPane

javax.swing.JOptionPane _optionPane
The pane with the buttons.


_messageArea

javax.swing.JTextArea _messageArea
The container for messages.

Class ptolemy.gui.Query extends javax.swing.JPanel implements Serializable

Serialized Fields

_background

java.awt.Color _background
The background color as set by setBackground(). This defaults to null, which indicates that the background is the same as the container.


_constraints

java.awt.GridBagConstraints _constraints
Standard constraints for use with _grid.


_entries

java.util.Map<K,V> _entries
The hashtable of items in the query.


_grid

java.awt.GridBagLayout _grid
Layout control.


_listeners

java.util.Vector<E> _listeners
List of registered listeners.


_columns

int _columns

_entryPanel

javax.swing.JPanel _entryPanel

_entryScrollPane

javax.swing.JScrollPane _entryScrollPane

_height

int _height

_labels

java.util.Map<K,V> _labels

_leftPadding

java.awt.Insets _leftPadding

_messageArea

javax.swing.JTextArea _messageArea

_messageScrollPane

javax.swing.JScrollPane _messageScrollPane

_messageScrollPaneAdded

boolean _messageScrollPaneAdded

_insets

java.awt.Insets _insets

_previous

java.util.Map<K,V> _previous

_widgetsHeight

int _widgetsHeight

_width

int _width

Class ptolemy.gui.Query.QueryColorChooser extends javax.swing.Box implements Serializable

Serialized Fields

_entryBox

javax.swing.JTextField _entryBox

_name

java.lang.String _name

_owner

Query _owner

Class ptolemy.gui.Query.QueryFileChooser extends javax.swing.Box implements Serializable

Serialized Fields

_owner

Query _owner

_base

java.net.URI _base

_entryBox

javax.swing.JTextField _entryBox

_name

java.lang.String _name

_save

boolean _save

_startingDirectory

java.io.File _startingDirectory

_allowFiles

boolean _allowFiles

_allowDirectories

boolean _allowDirectories

Class ptolemy.gui.QueryChooser extends javax.swing.Box implements Serializable

Serialized Fields

_owner

Query _owner
The owning query.


_name

java.lang.String _name
The name of the chooser.


_foreground

java.awt.Color _foreground
The foreground color.


_background

java.awt.Color _background
The background color.

Class ptolemy.gui.UndoListener.RedoAction extends javax.swing.AbstractAction implements Serializable

Class ptolemy.gui.UndoListener.UndoAction extends javax.swing.AbstractAction implements Serializable


Package ptolemy.plot

Class ptolemy.plot.CmdLineArgException extends java.lang.Exception implements Serializable

Class ptolemy.plot.EditablePlot extends Plot implements Serializable

Serialized Fields

_editSpecX

int[] _editSpecX

_editSpecY

int[] _editSpecY

_editSpecSet

boolean[] _editSpecSet

_currentEditX

int _currentEditX

_currentEditY

int _currentEditY

_dataset

int _dataset

_undoStack

java.util.Stack<E> _undoStack

_redoStack

java.util.Stack<E> _redoStack

_editListeners

java.util.Vector<E> _editListeners

Class ptolemy.plot.Histogram extends PlotBox implements Serializable

Serialized Fields

_currentdataset

int _currentdataset
The current dataset.

_points

java.util.Vector<E> _points
A vector of datasets.

_histogram

java.util.Vector<E> _histogram
A vector of histogram data.

_barwidth

double _barwidth
The width of a bar.

_baroffset

double _baroffset
The offset between bars.

_binWidth

double _binWidth
The width of a bin.

_binOffset

double _binOffset
The offset between bins.

_needBinRedraw

boolean _needBinRedraw

_needPlotRefill

boolean _needPlotRefill

_scheduledBinsToAdd

java.util.ArrayList<E> _scheduledBinsToAdd

_showing

boolean _showing
Set by _drawPlot(), and reset by clear().

Class ptolemy.plot.HistogramApplet extends PlotApplet implements Serializable

Class ptolemy.plot.Plot extends PlotBox implements Serializable

Serialized Fields

_currentdataset

int _currentdataset
The current dataset.


_marks

int _marks
An indicator of the marks style. See _parseLine method for interpretation.


_points

java.util.ArrayList<E> _points
A vector of datasets.


_markDisconnections

boolean _markDisconnections
True when disconnections should be marked.


_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.

_bins

java.util.ArrayList<E> _bins
An arraylist of the bins in the plot. A bin is represents a number of points that are all displayed on the same x position. A bin is meant to avoid superfluous drawings of lines. So instaed of having to draw a line between each point, you can draw a line between the minimum and maximum and maximum position.


_connected

boolean _connected
True if the points are connected.

_diameter

int _diameter
Give the diameter of a point for efficiency.

_firstInSet

boolean _firstInSet
Is this the first datapoint in a set?

_formats

java.util.ArrayList<E> _formats
Format information on a per data set basis.

_graphics

java.awt.Graphics _graphics
Cached copy of graphics, needed to reset when we are exporting to EPS.


_impulses

boolean _impulses
True if this is an impulse plot.

_lastPointWithExtraDot

java.util.HashMap<K,V> _lastPointWithExtraDot

_lineStyles

boolean _lineStyles
True if different line styles should be used.


_maxDataset

int _maxDataset
The highest data set used.

_needBinRedraw

boolean _needBinRedraw

_needPlotRefill

boolean _needPlotRefill

_pointInBinOffset

java.util.ArrayList<E> _pointInBinOffset
Points in bins have an absolute index within the virtual array of all points that once existed in Plot. This is done to avoid having to change all bins when points in the beginning are removed. The offset _pointInBinOffset is a positive number that denotes the difference between the index of the point in the current point arraylist and the virtual one containing all points.


_pointsPersistence

int _pointsPersistence
Number of points to persist for.

_prevxpos

java.util.ArrayList<E> _prevxpos
Information about the previously plotted point.

_prevypos

java.util.ArrayList<E> _prevypos
Information about the previously plotted point.

_prevErasedxpos

java.util.ArrayList<E> _prevErasedxpos
Information about the previously erased point.

_prevErasedypos

java.util.ArrayList<E> _prevErasedypos
Information about the previously erased 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?

_scheduledBinsToAdd

java.util.ArrayList<E> _scheduledBinsToAdd

_scheduledBinsToErase

java.util.ArrayList<E> _scheduledBinsToErase

_showing

boolean _showing
Set by _drawPlot(), and reset by clear().

_xPersistence

double _xPersistence
Persistence in units of the horizontal axis.

_xyInvalid

boolean _xyInvalid
Flag indicating validity of _xBottom, _xTop, _yBottom, and _yTop.

_width

float _width
The width of the current stroke. Only effective if the Graphics is a Graphics2D.

Class ptolemy.plot.PlotApplet extends javax.swing.JApplet implements Serializable

Class ptolemy.plot.PlotApplication extends PlotFrame implements Serializable

Class ptolemy.plot.PlotBox extends javax.swing.JPanel implements Serializable

Serialized Fields

_padding

double _padding
The factor we pad by so that we don't plot points on the axes.


_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).


_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).


_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).


_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).


_xBottom

double _xBottom
The minimum X value registered so for, for auto ranging.


_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.


_yTop

double _yTop
The maximum Y value registered so for, for auto ranging.


_xlog

boolean _xlog
Whether to draw the axes using a logarithmic scale.


_ylog

boolean _ylog
Whether to draw the axes using a logarithmic scale.


_grid

boolean _grid
Whether to draw a background grid.


_wrap

boolean _wrap
Whether to wrap the X axis.


_wrapHigh

double _wrapHigh
The high range of the X axis for wrapping.


_wrapLow

double _wrapLow
The low range of the X axis for wrapping.


_background

java.awt.Color _background
Color of the background, settable from HTML.


_foreground

java.awt.Color _foreground
Color of the foreground, settable from HTML.


_topPadding

int _topPadding
Top padding. Derived classes can increment these to make space around the plot.


_bottomPadding

int _bottomPadding
Bottom padding. Derived classes can increment these to make space around the plot.


_rightPadding

int _rightPadding
Right padding. Derived classes can increment these to make space around the plot.


_leftPadding

int _leftPadding
Left padding. Derived classes can increment these to make space around the plot.


_ulx

int _ulx
The x value of the upper left corner of the plot rectangle in pixels. Given a mouse click at x0, to convert to data coordinates, use: (_xMin + (x0 - _ulx) / _xscale).


_uly

int _uly
The y value of the upper left corner of the plot rectangle in pixels. Given a mouse click at y0, to convert to data coordinates, use: (_yMax - (y0 - _uly) / _yscale).


_lrx

int _lrx
The x value of the lower right corner of the plot rectangle in pixels.


_lry

int _lry
The y value of the lower right corner of the plot rectangle in pixels.


_specifiedPlotRectangle

java.awt.Rectangle _specifiedPlotRectangle
User specified plot rectangle, null if none specified.

See Also:
PlotBox.setPlotRectangle(Rectangle)

_yscale

double _yscale
Scaling used for the vertical axis in plotting points. The units are pixels/unit, where unit is the units of the Y axis.


_xscale

double _xscale
Scaling used for the horizontal axis in plotting points. The units are pixels/unit, where unit is the units of the X axis.


_usecolor

boolean _usecolor
Indicator whether to use _colors.


_width

int _width
Width and height of component in pixels.


_height

int _height
Width and height of component in pixels.


_preferredWidth

int _preferredWidth
Width and height of component in pixels.


_preferredHeight

int _preferredHeight
Width and height of component in pixels.


_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.


_actionsDeferred

boolean _actionsDeferred
Indicator of whether actions are deferred.


_automaticRescale

boolean _automaticRescale

_deferredActions

java.util.LinkedList<E> _deferredActions
List of deferred actions.


_filespec

java.lang.String _filespec
The file to be opened.


_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.


_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.


_yExp

int _yExp
The power of ten by which the range numbers should be multiplied.


_xExp

int _xExp
The power of ten by which the range numbers should be multiplied.


_ytickscale

double _ytickscale
Scaling used in making tick marks.


_xtickscale

double _xtickscale
Scaling used in making tick marks.


_captionFont

java.awt.Font _captionFont
Caption font information.


_labelFont

java.awt.Font _labelFont
Font information.


_superscriptFont

java.awt.Font _superscriptFont
Font information.


_titleFont

java.awt.Font _titleFont
Font information.


_captionFontMetrics

java.awt.FontMetrics _captionFontMetrics
Caption font metric information.


_labelFontMetrics

java.awt.FontMetrics _labelFontMetrics
FontMetric information.


_superscriptFontMetrics

java.awt.FontMetrics _superscriptFontMetrics
FontMetric information.


_titleFontMetrics

java.awt.FontMetrics _titleFontMetrics
FontMetric information.


_xlabel

java.lang.String _xlabel
The title and label strings.


_ylabel

java.lang.String _ylabel
The title and label strings.


_title

java.lang.String _title
The title and label strings.


_captionStrings

java.util.Vector<E> _captionStrings
Caption information.


_legendStrings

java.util.Vector<E> _legendStrings
Legend information.


_legendDatasets

java.util.Vector<E> _legendDatasets
Legend information.


_xticks

java.util.Vector<E> _xticks
If XTicks or YTicks are given/


_xticklabels

java.util.Vector<E> _xticklabels
If XTicks or YTicks are given/


_yticks

java.util.Vector<E> _yticks
If XTicks or YTicks are given/


_yticklabels

java.util.Vector<E> _yticklabels
If XTicks or YTicks are given/


_originalXRangeGiven

boolean _originalXRangeGiven

_originalYRangeGiven

boolean _originalYRangeGiven

_originalXlow

double _originalXlow

_originalXhigh

double _originalXhigh

_originalYlow

double _originalYlow

_originalYhigh

double _originalYhigh

_timedRepaint

boolean _timedRepaint

Class ptolemy.plot.PlotFormatter extends javax.swing.JPanel implements Serializable

Serialized Fields

_plot

PlotBox _plot
The plot object controlled by this formatter.

_wideQuery

Query _wideQuery

_narrowQuery

Query _narrowQuery

_originalTitle

java.lang.String _originalTitle

_originalCaptions

java.util.Vector<E> _originalCaptions

_originalXLabel

java.lang.String _originalXLabel

_originalYLabel

java.lang.String _originalYLabel

_originalMarks

java.lang.String _originalMarks

_originalXTicksSpec

java.lang.String _originalXTicksSpec

_originalYTicksSpec

java.lang.String _originalYTicksSpec

_originalXRange

double[] _originalXRange

_originalYRange

double[] _originalYRange

_originalXTicks

java.util.Vector<E>[] _originalXTicks

_originalYTicks

java.util.Vector<E>[] _originalYTicks

_originalGrid

boolean _originalGrid

_originalLineStyles

boolean _originalLineStyles

_originalStems

boolean _originalStems

_originalColor

boolean _originalColor

_originalConnected

boolean[][] _originalConnected

_originalPoints

PlotPoint[][] _originalPoints

Class ptolemy.plot.PlotFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

plot

PlotBox plot
The plot object held by this frame.

_menubar

javax.swing.JMenuBar _menubar
Menubar for this frame.

_editMenu

javax.swing.JMenu _editMenu
Edit menu for this frame.

_fileMenu

javax.swing.JMenu _fileMenu
File menu for this frame.

_specialMenu

javax.swing.JMenu _specialMenu
Special menu for this frame.

_directory

java.io.File _directory
Directory that contains the input file.

_file

java.io.File _file
The input file.

Class ptolemy.plot.PlotLive extends Plot implements Serializable

Serialized Fields

_plotLiveThread

java.lang.Thread _plotLiveThread
Thread of this plotter

_plotting

boolean _plotting
True if we are actually plotting.

_paused

boolean _paused
True if we are paused.

_startButton

javax.swing.JButton _startButton
Start and Stop Buttons.

_stopButton

javax.swing.JButton _stopButton
Start and Stop Buttons.

Class ptolemy.plot.PlotLiveApplet extends PlotApplet implements Serializable

Class ptolemy.plot.PlotPoint extends java.lang.Object implements Serializable

Serialized Fields

connected

boolean connected
True if this point is connected to the previous point by a line.


errorBar

boolean errorBar
True if the yLowEB and yHighEB fields are valid.


originalx

double originalx
Original value of x before wrapping.


x

double x
X value after wrapping (if any).


y

double y
Y value.


yLowEB

double yLowEB
Error bar Y low value.


yHighEB

double yHighEB
Error bar Y low value.


Package ptolemy.plot.compat

Class ptolemy.plot.compat.PxgraphApplet extends PlotApplet implements Serializable

Serialized Fields

_parser

PxgraphParser _parser

Class ptolemy.plot.compat.PxgraphApplication extends PlotApplication implements Serializable

Serialized Fields

_parser

PxgraphParser _parser

Package ptolemy.plot.plotml

Class ptolemy.plot.plotml.EditablePlotMLApplet extends PlotMLApplet implements Serializable

Serialized Fields

_choice

javax.swing.JComboBox _choice

Class ptolemy.plot.plotml.EditablePlotMLApplication extends PlotMLApplication implements Serializable

Class ptolemy.plot.plotml.HistogramMLApplet extends PlotMLApplet implements Serializable

Class ptolemy.plot.plotml.HistogramMLApplication extends PlotMLApplication implements Serializable

Class ptolemy.plot.plotml.PlotMLApplet extends PlotApplet implements Serializable

Class ptolemy.plot.plotml.PlotMLApplication extends PlotApplication implements Serializable

Class ptolemy.plot.plotml.PlotMLFrame extends PlotFrame implements Serializable


Package ptolemy.util

Class ptolemy.util.CancelException extends java.lang.Exception implements Serializable