|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package com.microstar.xml |
---|
Class com.microstar.xml.XmlException extends java.lang.Exception implements Serializable |
---|
Serialized Fields |
---|
java.lang.String _message
java.lang.Throwable _cause
java.lang.String _systemId
int _line
int _column
Package ptolemy.gui |
---|
Class ptolemy.gui.ComponentDialog extends javax.swing.JDialog implements Serializable |
---|
Serialized Fields |
---|
java.awt.Component contents
java.lang.String _buttonPressed
boolean _doneHandleClosing
javax.swing.JOptionPane _optionPane
javax.swing.JTextArea _messageArea
Class ptolemy.gui.Query extends javax.swing.JPanel implements Serializable |
---|
Serialized Fields |
---|
java.awt.Color _background
java.awt.GridBagConstraints _constraints
java.util.Map<K,V> _entries
java.awt.GridBagLayout _grid
java.util.Vector<E> _listeners
int _columns
javax.swing.JPanel _entryPanel
javax.swing.JScrollPane _entryScrollPane
int _height
java.util.Map<K,V> _labels
java.awt.Insets _leftPadding
javax.swing.JTextArea _messageArea
javax.swing.JScrollPane _messageScrollPane
boolean _messageScrollPaneAdded
java.awt.Insets _insets
java.util.Map<K,V> _previous
int _widgetsHeight
int _width
Class ptolemy.gui.Query.QueryColorChooser extends javax.swing.Box implements Serializable |
---|
Serialized Fields |
---|
javax.swing.JTextField _entryBox
java.lang.String _name
Query _owner
Class ptolemy.gui.Query.QueryFileChooser extends javax.swing.Box implements Serializable |
---|
Serialized Fields |
---|
Query _owner
java.net.URI _base
javax.swing.JTextField _entryBox
java.lang.String _name
boolean _save
java.io.File _startingDirectory
boolean _allowFiles
boolean _allowDirectories
Class ptolemy.gui.QueryChooser extends javax.swing.Box implements Serializable |
---|
Serialized Fields |
---|
Query _owner
java.lang.String _name
java.awt.Color _foreground
java.awt.Color _background
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 |
---|
int[] _editSpecX
int[] _editSpecY
boolean[] _editSpecSet
int _currentEditX
int _currentEditY
int _dataset
java.util.Stack<E> _undoStack
java.util.Stack<E> _redoStack
java.util.Vector<E> _editListeners
Class ptolemy.plot.Histogram extends PlotBox implements Serializable |
---|
Serialized Fields |
---|
int _currentdataset
java.util.Vector<E> _points
java.util.Vector<E> _histogram
double _barwidth
double _baroffset
double _binWidth
double _binOffset
boolean _needBinRedraw
boolean _needPlotRefill
java.util.ArrayList<E> _scheduledBinsToAdd
boolean _showing
Class ptolemy.plot.HistogramApplet extends PlotApplet implements Serializable |
---|
Class ptolemy.plot.Plot extends PlotBox implements Serializable |
---|
Serialized Fields |
---|
int _currentdataset
int _marks
java.util.ArrayList<E> _points
boolean _markDisconnections
double _barOffset
boolean _bars
double _barWidth
java.util.ArrayList<E> _bins
boolean _connected
int _diameter
boolean _firstInSet
java.util.ArrayList<E> _formats
java.awt.Graphics _graphics
boolean _impulses
java.util.HashMap<K,V> _lastPointWithExtraDot
boolean _lineStyles
int _maxDataset
boolean _needBinRedraw
boolean _needPlotRefill
java.util.ArrayList<E> _pointInBinOffset
int _pointsPersistence
java.util.ArrayList<E> _prevxpos
java.util.ArrayList<E> _prevypos
java.util.ArrayList<E> _prevErasedxpos
java.util.ArrayList<E> _prevErasedypos
int _radius
boolean _reuseDatasets
boolean _sawFirstDataSet
java.util.ArrayList<E> _scheduledBinsToAdd
java.util.ArrayList<E> _scheduledBinsToErase
boolean _showing
double _xPersistence
boolean _xyInvalid
float _width
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 |
---|
double _padding
double _xlowgiven
double _xhighgiven
double _ylowgiven
double _yhighgiven
double _xBottom
double _xTop
double _yBottom
double _yTop
boolean _xlog
boolean _ylog
boolean _grid
boolean _wrap
double _wrapHigh
double _wrapLow
java.awt.Color _background
java.awt.Color _foreground
int _topPadding
int _bottomPadding
int _rightPadding
int _leftPadding
int _ulx
int _uly
int _lrx
int _lry
java.awt.Rectangle _specifiedPlotRectangle
PlotBox.setPlotRectangle(Rectangle)
double _yscale
double _xscale
boolean _usecolor
int _width
int _height
int _preferredWidth
int _preferredHeight
java.net.URL _documentBase
boolean _actionsDeferred
boolean _automaticRescale
java.util.LinkedList<E> _deferredActions
java.lang.String _filespec
double _ytickMax
double _ytickMin
double _xtickMax
double _xtickMin
int _yExp
int _xExp
double _ytickscale
double _xtickscale
java.awt.Font _captionFont
java.awt.Font _labelFont
java.awt.Font _superscriptFont
java.awt.Font _titleFont
java.awt.FontMetrics _captionFontMetrics
java.awt.FontMetrics _labelFontMetrics
java.awt.FontMetrics _superscriptFontMetrics
java.awt.FontMetrics _titleFontMetrics
java.lang.String _xlabel
java.lang.String _ylabel
java.lang.String _title
java.util.Vector<E> _captionStrings
java.util.Vector<E> _legendStrings
java.util.Vector<E> _legendDatasets
java.util.Vector<E> _xticks
java.util.Vector<E> _xticklabels
java.util.Vector<E> _yticks
java.util.Vector<E> _yticklabels
boolean _originalXRangeGiven
boolean _originalYRangeGiven
double _originalXlow
double _originalXhigh
double _originalYlow
double _originalYhigh
boolean _timedRepaint
Class ptolemy.plot.PlotFormatter extends javax.swing.JPanel implements Serializable |
---|
Serialized Fields |
---|
PlotBox _plot
Query _wideQuery
Query _narrowQuery
java.lang.String _originalTitle
java.util.Vector<E> _originalCaptions
java.lang.String _originalXLabel
java.lang.String _originalYLabel
java.lang.String _originalMarks
java.lang.String _originalXTicksSpec
java.lang.String _originalYTicksSpec
double[] _originalXRange
double[] _originalYRange
java.util.Vector<E>[] _originalXTicks
java.util.Vector<E>[] _originalYTicks
boolean _originalGrid
boolean _originalLineStyles
boolean _originalStems
boolean _originalColor
boolean[][] _originalConnected
PlotPoint[][] _originalPoints
Class ptolemy.plot.PlotFrame extends javax.swing.JFrame implements Serializable |
---|
Serialized Fields |
---|
PlotBox plot
javax.swing.JMenuBar _menubar
javax.swing.JMenu _editMenu
javax.swing.JMenu _fileMenu
javax.swing.JMenu _specialMenu
java.io.File _directory
java.io.File _file
Class ptolemy.plot.PlotLive extends Plot implements Serializable |
---|
Serialized Fields |
---|
java.lang.Thread _plotLiveThread
boolean _plotting
boolean _paused
javax.swing.JButton _startButton
javax.swing.JButton _stopButton
Class ptolemy.plot.PlotLiveApplet extends PlotApplet implements Serializable |
---|
Class ptolemy.plot.PlotPoint extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
boolean connected
boolean errorBar
double originalx
double x
double y
double yLowEB
double yHighEB
Package ptolemy.plot.compat |
---|
Class ptolemy.plot.compat.PxgraphApplet extends PlotApplet implements Serializable |
---|
Serialized Fields |
---|
PxgraphParser _parser
Class ptolemy.plot.compat.PxgraphApplication extends PlotApplication implements Serializable |
---|
Serialized Fields |
---|
PxgraphParser _parser
Package ptolemy.plot.plotml |
---|
Class ptolemy.plot.plotml.EditablePlotMLApplet extends PlotMLApplet implements Serializable |
---|
Serialized Fields |
---|
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 |
---|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |