Serialized Form
-
Package cnuphys.splot.edit
-
Class cnuphys.splot.edit.AxesLimitsPanel
class AxesLimitsPanel extends JPanel implements Serializable-
Serialized Fields
-
_canvas
PlotCanvas _canvas
-
_xPanel
OneAxisLimitsPanel _xPanel
-
_yPanel
OneAxisLimitsPanel _yPanel
-
-
-
Class cnuphys.splot.edit.ButtonPanel
class ButtonPanel extends JPanel implements Serializable -
Class cnuphys.splot.edit.ColorDialog
class ColorDialog extends JDialog implements Serializable-
Serialized Fields
-
answer
int answer
-
colorPanel
ColorPanel colorPanel
-
-
-
Class cnuphys.splot.edit.ColorLabel
class ColorLabel extends JComponent implements Serializable-
Serialized Fields
-
_colorChangeListener
IColorChangeListener _colorChangeListener
-
_currentColor
Color _currentColor
-
_desiredWidth
int _desiredWidth
-
_prompt
String _prompt
-
_rectSize
int _rectSize
-
_size
Dimension _size
-
-
-
Class cnuphys.splot.edit.ColorPanel
class ColorPanel extends JPanel implements Serializable-
Serialized Fields
-
colorChooser
JColorChooser colorChooser
-
newcolorlabel
JLabel newcolorlabel
-
nocolorcb
JCheckBox nocolorcb
"No color" checkbox--used to select no color (if enabled) -
oldcolorlabel
JLabel oldcolorlabel
Label showing the new color -
previewPanel
JPanel previewPanel
-
transparencySlider
JSlider transparencySlider
Transparency slider
-
-
-
Class cnuphys.splot.edit.CurveDataModel
class CurveDataModel extends DefaultTableModel implements Serializable-
Serialized Fields
-
_data
Vector<DataColumn> _data
-
-
-
Class cnuphys.splot.edit.CurveEditorDialog
class CurveEditorDialog extends SimpleDialog implements Serializable-
Serialized Fields
-
_curvePanel
CurveEditorPanel _curvePanel
-
_plotCanvas
PlotCanvas _plotCanvas
-
-
-
Class cnuphys.splot.edit.CurveEditorPanel
class CurveEditorPanel extends JPanel implements Serializable-
Serialized Fields
-
_curveTable
CurveTable _curveTable
-
_fitPanel
FitEditorPanel _fitPanel
-
_plotCanvas
PlotCanvas _plotCanvas
-
_stylePanel
StyleEditorPanel _stylePanel
-
_textArea
JEditorPane _textArea
-
-
-
Class cnuphys.splot.edit.CurveTable
class CurveTable extends JTable implements Serializable-
Serialized Fields
-
_canvas
PlotCanvas _canvas
-
_scrollPane
JScrollPane _scrollPane
-
def_renderer
DefaultTableCellRenderer def_renderer
-
-
-
Class cnuphys.splot.edit.DataEditor
class DataEditor extends SimpleDialog implements Serializable-
Serialized Fields
-
_plotCanvas
PlotCanvas _plotCanvas
-
_rangeLabel
JLabel _rangeLabel
-
_rowColLabel
JLabel _rowColLabel
-
_table
DataTable _table
-
-
-
Class cnuphys.splot.edit.OneAxisLimitsPanel
class OneAxisLimitsPanel extends JPanel implements Serializable-
Serialized Fields
-
_axis
OneAxisLimitsPanel.Axis _axis
-
_canvas
PlotCanvas _canvas
-
_dataMax
double _dataMax
-
_dataMin
double _dataMin
-
_dataSet
DataSet _dataSet
-
_max1
double _max1
-
_maxTF
JFormattedTextField _maxTF
-
_method1
LimitsMethod _method1
-
_methodSelector
EnumComboBox _methodSelector
-
_min1
double _min1
-
_minTF
JFormattedTextField _minTF
-
_params
PlotParameters _params
-
-
-
Class cnuphys.splot.edit.PlotPreferencesDialog
class PlotPreferencesDialog extends SimpleDialog implements Serializable-
Serialized Fields
-
_axesPanel
AxesLimitsPanel _axesPanel
-
_genPanel
GeneralPlotParamPanel _genPanel
-
_plotCanvas
PlotCanvas _plotCanvas
-
-
-
Class cnuphys.splot.edit.SimpleDialog
class SimpleDialog extends JDialog implements Serializable-
Serialized Fields
-
_closeout
String[] _closeout
-
_userObject
Object _userObject
-
buttonPanel
JPanel buttonPanel
-
centerComponent
Component centerComponent
-
eastComponent
Component eastComponent
-
northComponent
Component northComponent
-
reason
String reason
-
southComponent
Component southComponent
-
westComponent
Component westComponent
-
-
-
Class cnuphys.splot.edit.VerticalFlowLayout
class VerticalFlowLayout extends Object implements Serializable-
Serialized Fields
-
bUniformWidths
boolean bUniformWidths
Use uniform widths? -
components
Vector<cnuphys.splot.edit.VerticalFlowLayout.AlignedComponent> components
The actual components. -
m_bDirty
boolean m_bDirty
Dirty flag, signaling that preferred sizes need to be recalculated because a component has been added or removed. -
m_externalPadBottom
int m_externalPadBottom
-
m_externalPadLeft
int m_externalPadLeft
-
m_externalPadRight
int m_externalPadRight
-
m_externalPadTop
int m_externalPadTop
-
m_insets
Insets m_insets
-
m_internalPadX
int m_internalPadX
-
m_internalPadY
int m_internalPadY
-
m_preferredSize
Dimension m_preferredSize
-
m_vGap
int m_vGap
-
m_widestWidth
int m_widestWidth
-
-
-
-
Package cnuphys.splot.example
-
Class cnuphys.splot.example.AExample
class AExample extends JFrame implements Serializable-
Serialized Fields
-
_canvas
PlotCanvas _canvas
-
_menus
SplotMenus _menus
-
-
-
Class cnuphys.splot.example.AnotherGaussian
class AnotherGaussian extends AExample implements Serializable -
Class cnuphys.splot.example.APlotDialog
class APlotDialog extends JDialog implements Serializable-
Serialized Fields
-
_canvas
PlotCanvas _canvas
-
_menus
SplotMenus _menus
-
_properties
Properties _properties
-
-
-
Class cnuphys.splot.example.ErfcTest
class ErfcTest extends AExample implements Serializable -
Class cnuphys.splot.example.ErfTest
class ErfTest extends AExample implements Serializable -
Class cnuphys.splot.example.Gaussians
class Gaussians extends AExample implements Serializable -
Class cnuphys.splot.example.Grid
class Grid extends JFrame implements Serializable -
Class cnuphys.splot.example.GrowingHisto
class GrowingHisto extends AExample implements Serializable -
Class cnuphys.splot.example.Histo
class Histo extends AExample implements Serializable -
Class cnuphys.splot.example.Histo2D
class Histo2D extends AExample implements Serializable -
Class cnuphys.splot.example.LineWithXAndYErrors
class LineWithXAndYErrors extends AExample implements Serializable -
Class cnuphys.splot.example.MemoryUsageDialog
class MemoryUsageDialog extends APlotDialog implements Serializable -
Class cnuphys.splot.example.OneXThreeY
class OneXThreeY extends AExample implements Serializable -
Class cnuphys.splot.example.Scatter
class Scatter extends AExample implements Serializable -
Class cnuphys.splot.example.StraightLine
class StraightLine extends AExample implements Serializable -
Class cnuphys.splot.example.StripChart
class StripChart extends AExample implements Serializable -
Class cnuphys.splot.example.TripleGaussian
class TripleGaussian extends AExample implements Serializable -
Class cnuphys.splot.example.TwoHisto
class TwoHisto extends AExample implements Serializable -
Class cnuphys.splot.example.TwoLinesWithErrors
class TwoLinesWithErrors extends AExample implements Serializable
-
-
Package cnuphys.splot.fit
-
Class cnuphys.splot.fit.FitEditorPanel
class FitEditorPanel extends JPanel implements Serializable-
Serialized Fields
-
_fitSelector
EnumComboBox _fitSelector
-
_gaussianCountSelector
TextFieldSlider _gaussianCountSelector
-
_histoCBPanel
JPanel _histoCBPanel
-
_polynomialOrderSelector
TextFieldSlider _polynomialOrderSelector
-
_rmsOrCB
JCheckBox _rmsOrCB
-
_statErrorCB
JCheckBox _statErrorCB
-
-
-
-
Package cnuphys.splot.pdata
-
Class cnuphys.splot.pdata.DataSet
class DataSet extends DefaultTableModel implements Serializable-
Serialized Fields
-
_columns
Vector<DataColumn> _columns
-
_hasXErrors
boolean _hasXErrors
-
_listenerList
EventListenerList _listenerList
-
_type
DataSetType _type
-
-
-
Exception Class cnuphys.splot.pdata.DataSetException
class DataSetException extends Exception implements Serializable -
Class cnuphys.splot.pdata.DataTable
class DataTable extends JTable implements Serializable-
Serialized Fields
-
_currentValue
double _currentValue
-
_scrollPane
JScrollPane _scrollPane
-
-
-
Class cnuphys.splot.pdata.DataTable.MyTableCellEditor
class MyTableCellEditor extends AbstractCellEditor implements Serializable-
Serialized Fields
-
column
int column
-
component
JTextField component
-
-
-
-
Package cnuphys.splot.plot
-
Class cnuphys.splot.plot.APreferencePanel
class APreferencePanel extends JPanel implements Serializable-
Serialized Fields
-
_canvas
PlotCanvas _canvas
-
-
-
Class cnuphys.splot.plot.CommonBorder
class CommonBorder extends TitledBorder implements Serializable-
Serialized Fields
-
font
Font font
-
-
-
Class cnuphys.splot.plot.DraggableRectangle
class DraggableRectangle extends Rectangle implements Serializable-
Serialized Fields
-
_beenMoved
boolean _beenMoved
-
_currentPoint
Point _currentPoint
-
_dragging
boolean _dragging
-
_draggingPrimed
boolean _draggingPrimed
-
-
-
Class cnuphys.splot.plot.ExtraText
class ExtraText extends DraggableRectangle implements Serializable-
Serialized Fields
-
_canvas
PlotCanvas _canvas
-
_params
PlotParameters _params
-
HGAP
int HGAP
-
VGAP
int VGAP
-
-
-
Class cnuphys.splot.plot.FloatingLabel
class FloatingLabel extends JLabel implements Serializable-
Serialized Fields
-
_canvas
PlotCanvas _canvas
-
_params
PlotParameters _params
-
-
-
Class cnuphys.splot.plot.GeneralPlotParamPanel
class GeneralPlotParamPanel extends APreferencePanel implements Serializable-
Serialized Fields
-
_plotTitle
JTextField _plotTitle
-
_xLabel
JTextField _xLabel
-
_yLabel
JTextField _yLabel
-
-
-
Class cnuphys.splot.plot.Gradient
class Gradient extends DraggableRectangle implements Serializable-
Serialized Fields
-
_canvas
PlotCanvas _canvas
-
_colorModel
ColorScaleModel _colorModel
-
_params
PlotParameters _params
-
_zeroMaxScale
boolean _zeroMaxScale
-
HGAP
int HGAP
-
-
-
Class cnuphys.splot.plot.Legend
class Legend extends DraggableRectangle implements Serializable-
Serialized Fields
-
_canvas
PlotCanvas _canvas
-
_extra
int _extra
-
_maxStringWidth
int _maxStringWidth
-
_numVisCurves
int _numVisCurves
-
_params
PlotParameters _params
-
HGAP
int HGAP
-
VGAP
int VGAP
-
-
-
Class cnuphys.splot.plot.PlotCanvas
class PlotCanvas extends JComponent implements Serializable-
Serialized Fields
-
_activeBounds
Rectangle _activeBounds
-
_dataDrawer
DataDrawer _dataDrawer
-
_dataSet
DataSet _dataSet
-
_extra
ExtraText _extra
-
_gradient
Gradient _gradient
-
_legend
Legend _legend
-
_localToWorld
AffineTransform _localToWorld
-
_locationString
String _locationString
-
_needsRedraw
boolean _needsRedraw
-
_needsRescale
boolean _needsRescale
-
_parameters
PlotParameters _parameters
-
_parent
Component _parent
-
_plotPopup
PlotPopupMenu _plotPopup
-
_plotTicks
PlotTicks _plotTicks
-
_rightMargin
int _rightMargin
-
_rubberband
Rubberband _rubberband
-
_toolbar
CommonToolBar _toolbar
-
_topMargin
int _topMargin
-
_workPoint
Point2D.Double _workPoint
-
_worldSystem
Rectangle2D.Double _worldSystem
-
_worldToLocal
AffineTransform _worldToLocal
-
drawCount
long drawCount
-
-
-
Class cnuphys.splot.plot.PlotGrid
class PlotGrid extends JPanel implements Serializable -
Class cnuphys.splot.plot.PlotGridDialog
class PlotGridDialog extends JDialog implements Serializable -
Class cnuphys.splot.plot.PlotPanel
class PlotPanel extends JPanel implements Serializable-
Serialized Fields
-
_canvas
PlotCanvas _canvas
-
_decorations
int _decorations
-
_status
JLabel _status
-
_titleLabel
JLabel _titleLabel
-
_toolbar
CommonToolBar _toolbar
-
_xLabel
JLabel _xLabel
-
_yLabel
JLabel _yLabel
-
-
-
Class cnuphys.splot.plot.PlotPopupMenu
class PlotPopupMenu extends JPopupMenu implements Serializable-
Serialized Fields
-
_menus
SplotMenus _menus
-
_plotCanvas
PlotCanvas _plotCanvas
-
-
-
Class cnuphys.splot.plot.StripChartPanel
class StripChartPanel extends JPanel implements Serializable-
Serialized Fields
-
_canvas
PlotCanvas _canvas
-
_capacity
int _capacity
-
_getter
IValueGetter _getter
-
_interval
long _interval
-
_titleLabel
JLabel _titleLabel
-
_xLabel
JLabel _xLabel
-
_yLabel
JLabel _yLabel
-
-
-
Class cnuphys.splot.plot.TextFieldSlider
class TextFieldSlider extends JPanel implements Serializable-
Serialized Fields
-
_defaultValue
int _defaultValue
-
_slider
JSlider _slider
-
_textField
JTextField _textField
-
-
-
-
Package cnuphys.splot.style
-
Class cnuphys.splot.style.EnumComboBox
class EnumComboBox extends JComboBox implements Serializable -
Class cnuphys.splot.style.StyleEditorPanel
class StyleEditorPanel extends JPanel implements Serializable-
Serialized Fields
-
_borderColor
ColorLabel _borderColor
-
_fitLineColor
ColorLabel _fitLineColor
-
_fitLineStyleSelector
EnumComboBox _fitLineStyleSelector
-
_lineSizeSelector
TextFieldSlider _lineSizeSelector
-
_symbolColor
ColorLabel _symbolColor
-
_symbolSelector
EnumComboBox _symbolSelector
-
_symbolSizeSelector
TextFieldSlider _symbolSizeSelector
-
-
-
-
Package cnuphys.splot.toolbar
-
Class cnuphys.splot.toolbar.CommonToolBar
class CommonToolBar extends JToolBar implements Serializable-
Serialized Fields
-
_boxZoomButton
ToolBarToggleButton _boxZoomButton
-
_buttonGroup
ButtonGroup _buttonGroup
-
_listenerList
EventListenerList _listenerList
-
_pointerButton
ToolBarToggleButton _pointerButton
-
_recenterButton
ToolBarToggleButton _recenterButton
-
-
-
Class cnuphys.splot.toolbar.ToolBarButton
class ToolBarButton extends JButton implements Serializable -
Class cnuphys.splot.toolbar.ToolBarToggleButton
class ToolBarToggleButton extends JToggleButton implements Serializable-
Serialized Fields
-
customCursor
Cursor customCursor
Custom cursor. -
customCursorImageFile
String customCursorImageFile
Optional file with a custom cursor. -
preferredSize
Dimension preferredSize
preferred size. Default, for whatever reason, will be 24x24. -
triedOnce
boolean triedOnce
Used in conjunction with custom cursor. -
xhot
int xhot
The x coordinate of hot spot of a custom cursor, if there is one. A negative value means it will use the center of the cursor. -
yhot
int yhot
The y coordinate of hot spot of a custom cursor, if there is one. A negative value means it will use the center of the cursor.
-
-
-