Serialized Form


Package jas.hist

Class jas.hist.Basic1DFunction extends Observable implements Serializable

Serialized Fields

batch

boolean batch

Class jas.hist.FitFailed extends Exception implements Serializable

Class jas.hist.Fittable1DFunction extends Basic1DFunction implements Serializable

Serialized Fields

m_fit

Fitter m_fit

m_fitParms

boolean[] m_fitParms

format

NumberFormat format

Class jas.hist.Fitter extends Observable implements Serializable

serialVersionUID: -7769799329320822801L

Serialized Fields

m_data

XYDataSource m_data

m_func

Fittable1DFunction m_func

state

int state

thread

Thread thread

observing

boolean observing

Class jas.hist.FunctionFactoryError extends Exception implements Serializable

Class jas.hist.FunctionValueUndefined extends Exception implements Serializable

Class jas.hist.HistogramUpdate extends Object implements Serializable

serialVersionUID: 5574611010721023059L

Serialized Fields

AXIS_BASE

int AXIS_BASE

HORIZONTAL_AXIS

int HORIZONTAL_AXIS
The index to indicate changes to the horizontal axis for histogram updates.


VERTICAL_AXIS

int VERTICAL_AXIS
The index to indicate changes to the vertical axis for histogram updates.


m_id

int m_id

Class jas.hist.IndeterminateMatrix extends Exception implements Serializable

Class jas.hist.InvalidFunctionParameter extends Exception implements Serializable

Class jas.hist.JASHist extends JComponent implements Serializable

serialVersionUID: 4433180397297758071L

Serialized Fields

title

Title title

stats

StatisticsBlock stats

isInit

boolean isInit

changed

boolean changed

showLegend

int showLegend

dataArea

DataArea dataArea

dataManager

jas.hist.DataManager dataManager

legend

Legend legend

contentPane

PlotPanel contentPane

Class jas.hist.JASHist1DFunctionStyle extends JASHistStyle implements Serializable

serialVersionUID: -3911970150059917139L

Serialization Methods

readExternal

public void readExternal(ObjectInput p)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput p)
                   throws IOException
Throws:
IOException

Class jas.hist.JASHist1DHistogramStyle extends JASHistStyle implements Serializable

serialVersionUID: 7779996364086801435L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

m_histogramFill

boolean m_histogramFill

m_histogramBarColor

Color m_histogramBarColor

m_histogramBarLineColor

Color m_histogramBarLineColor

histogramBarLineColorChanged

boolean histogramBarLineColorChanged

m_errorBarColor

Color m_errorBarColor

m_lineColor

Color m_lineColor

m_dataPointColor

Color m_dataPointColor

m_style

int m_style

m_dataPointStyle

int m_dataPointStyle

m_dataPointSize

int m_dataPointSize

m_showHistogramBars

boolean m_showHistogramBars

m_showErrorBars

boolean m_showErrorBars

m_showDataPoints

boolean m_showDataPoints

m_showLinesBetweenPoints

boolean m_showLinesBetweenPoints

m_linesBetweenPointsWidth

float m_linesBetweenPointsWidth

m_linesBetweenPointsStyle

int m_linesBetweenPointsStyle

m_errorBarWidth

float m_errorBarWidth

m_errorBarStyle

int m_errorBarStyle

m_errorBarDecoration

float m_errorBarDecoration

m_histogramBarLineWidth

float m_histogramBarLineWidth

m_histogramBarLineStyle

int m_histogramBarLineStyle

m_errorBarColorIsDefault

boolean m_errorBarColorIsDefault

Class jas.hist.JASHist2DHistogramStyle extends JASHistStyle implements Serializable

serialVersionUID: 5704864807779848936L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

showZeroHeightBins

boolean showZeroHeightBins

m2D_dataHistStyles

int m2D_dataHistStyles

m2D_dataColorMapScheme

int m2D_dataColorMapScheme

m2D_shapeColor

Color m2D_shapeColor

m2D_overFlowBinColor

Color m2D_overFlowBinColor

m2D_startDataColor

Color m2D_startDataColor

m2D_endDataColor

Color m2D_endDataColor

m2D_dataOverFlow

boolean m2D_dataOverFlow

m2D_dataShowPlot

boolean m2D_dataShowPlot

m2D_invertColorRange

boolean m2D_invertColorRange

m2d_logZ

boolean m2d_logZ

Class jas.hist.JASHistPropertyDialog extends PropertyDialog implements Serializable

Class jas.hist.JASHistScatterPlotStyle extends JASHist2DHistogramStyle implements Serializable

Serialized Fields

m_displayAsScatterPlot

boolean m_displayAsScatterPlot

m_dataPointSize

int m_dataPointSize

m_dataPointColor

Color m_dataPointColor

m_dataPointStyle

int m_dataPointStyle

Class jas.hist.JASHistStyle extends Observable implements Serializable

serialVersionUID: -3911970150059917139L

Serialized Fields

overlay

CustomOverlay overlay

timeZone

TimeZone timeZone

Class jas.hist.ManagedAxis extends Axis implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class jas.hist.SaveAsDialog extends JASDialog implements Serializable

Serialized Fields

browse

JButton browse

advanced

JButton advanced

file

JTextField file

type

JComboBox type

component

Component component

Class jas.hist.StatisticsBlock extends TextBlock implements Serializable

Serialized Fields

NothingToShow

boolean NothingToShow

f

Format f

formats

Hashtable formats

statwin

StatsWindow statwin

stats

Vector stats

selectedentries

String[] selectedentries

listnames

String[] listnames

showtitles

int showtitles

splitstringalign

int splitstringalign

line

String line

statpropertiesitem

JMenuItem statpropertiesitem

alwaysall

boolean alwaysall

Class jas.hist.StatsWindow extends JASDialog implements Serializable

Serialized Fields

all

JButton all

none

JButton none

alltitles

JRadioButton alltitles

notitles

JRadioButton notitles

sometitles

JRadioButton sometitles

leftalign

JRadioButton leftalign

rightalign

JRadioButton rightalign

noalign

JRadioButton noalign

alwaysall

JRadioButton alwaysall

subset

JRadioButton subset

names

String[] names

selectlabel

JLabel selectlabel

scipanel

SciFormatPanel scipanel

f

ScientificFormat f

statblock

StatisticsBlock statblock

list

JList list

showtitles

int showtitles

splitalign

int splitalign

Class jas.hist.XML2DScatterDataSource extends Observable implements Serializable

Serialized Fields

m_xmin

double m_xmin

m_xmax

double m_xmax

m_ymin

double m_ymin

m_ymax

double m_ymax

m_xAxisType

int m_xAxisType

m_yAxisType

int m_yAxisType

m_title

String m_title

m_data

double[][] m_data

Package jas.hist.event

Class jas.hist.event.FitEvent extends EventObject implements Serializable

Serialized Fields

m_id

int m_id

Package jas.hist.normalization

Class jas.hist.normalization.NormalizationPanel extends JPanel implements Serializable

Serialized Fields

jCheckBox1

JCheckBox jCheckBox1

jPanel1

JPanel jPanel1

jCheckBox2

JCheckBox jCheckBox2

jComboBox1

JComboBox jComboBox1

jPanel2

JPanel jPanel2

jLabel1

JLabel jLabel1

jComboBox2

JComboBox jComboBox2

jLabel2

JLabel jLabel2

jTextField1

JTextField jTextField1

jLabel3

JLabel jLabel3

jTextField2

JTextField jTextField2

jLabel4

JLabel jLabel4

jComboBox3

JComboBox jComboBox3

Package jas.hist.util

Class jas.hist.util.SliceEvent extends EventObject implements Serializable

Serialized Fields

index

int index

type

SliceEvent.EventType type

Package jas.plot

Class jas.plot.Axis extends PlotComponent implements Serializable

Serialized Fields

axisColor

Color axisColor
The color of the axis line.


axisWidth

float axisWidth
The width of the axis line.


axisOriginDotColor

Color axisOriginDotColor
The color of the dot at the origin.


majorTickMarkColor

Color majorTickMarkColor
The color of the major tick marks.


minorTickMarkColor

Color minorTickMarkColor
The color of the minor tick marks.


textColor

Color textColor
The color of the axis labels.


axisOrientation

int axisOrientation

type

AxisType type

location

Point location

size

Dimension size

isVisible

boolean isVisible

onLeftSide

boolean onLeftSide

lastAxisLength

int lastAxisLength

Class jas.plot.AxisType extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class jas.plot.ColorMapAxis extends Axis implements Serializable

Serialized Fields

colorMap

ColorMap colorMap

Class jas.plot.DataArea extends MovableObject implements Serializable

Serialized Fields

overlays

Vector overlays

usepg2

int usepg2

normal

jas.plot.DataArea.NormalDataArea normal

special

Component special

cardLayout

CardLayout cardLayout

pg2

SetablePlotGraphics pg2

pg1

SetablePlotGraphics pg1

xAxis

Axis xAxis

yAxis

Axis[] yAxis

xAxisLabel

EditableLabel xAxisLabel

yAxisLabel

EditableLabel[] yAxisLabel

Class jas.plot.DateAxis extends AxisType implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class jas.plot.DoubleAxis extends AxisType implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException
Throws:
IOException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class jas.plot.EditableLabel extends JComponent implements Serializable

Serialized Fields

listener

Vector listener

showFontMenuItem

boolean showFontMenuItem

converter

jas.plot.LabelTextConverter converter

sourceText

String sourceText

label

JLabel label

textField

JTextField textField

prefix

String prefix

isRotated

boolean isRotated

Class jas.plot.Legend extends MovableObject implements Serializable

Serialized Fields

pg

SetablePlotGraphics pg

Class jas.plot.MovableObject extends PlotComponent implements Serializable

Serialized Fields

prefix

String prefix
Clicking on a movable object will by default cause its handles to appear.


hasBeenResized

boolean hasBeenResized

hasBeenMoved

boolean hasBeenMoved

currentCursor

int currentCursor

dragOffset

Point dragOffset

saveCursor

Cursor saveCursor

handlesVisible

boolean handlesVisible

Class jas.plot.PlotComponent extends JComponent implements Serializable

Serialized Fields

paintBackground

boolean paintBackground

Class jas.plot.PlotPanel extends PlotComponent implements Serializable

Serialized Fields

menuBuilder

PopupMenuBuilder menuBuilder

componentWithHandles

MovableObject componentWithHandles

allowUserInteraction

boolean allowUserInteraction

allowPopupMenus

boolean allowPopupMenus

Class jas.plot.StringAxis extends AxisType implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException
Throws:
IOException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class jas.plot.TextBlock extends MovableObject implements Serializable

Serialized Fields

fm

FontMetrics fm

blockwidth

int blockwidth

blockheight

int blockheight

maxleftsplitwidth

int maxleftsplitwidth

maxrightsplitwidth

int maxrightsplitwidth

numberlinesallocated

int numberlinesallocated

Class jas.plot.TimeAxis extends AxisType implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class jas.plot.Title extends MovableObject implements Serializable

Serialized Fields

hideMenuItem

JMenuItem hideMenuItem

label

EditableLabel label

Package jas.util

Class jas.util.Application extends JPanel implements Serializable

Serialized Fields

m_commandTargetManager

CommandTargetManager m_commandTargetManager

theHelpLocations

Vector theHelpLocations

debugHelp

boolean debugHelp

m_parent

JFrame m_parent

m_prop

UserProperties m_prop

gopt

GetOptions gopt

hi

HelpInterface hi

Class jas.util.ARGBColorChooserPanel extends AbstractColorChooserPanel implements Serializable

Serialized Fields

redSlider

JSlider redSlider

greenSlider

JSlider greenSlider

blueSlider

JSlider blueSlider

alphaSlider

JSlider alphaSlider

redSpinner

JSpinner redSpinner

blueSpinner

JSpinner blueSpinner

greenSpinner

JSpinner greenSpinner

alphaSpinner

JSpinner alphaSpinner

minValue

int minValue

maxValue

int maxValue

isAdjusting

boolean isAdjusting

Class jas.util.CheckBoxBorderPanel extends JPanel implements Serializable

Serialized Fields

checkbox

JCheckBox checkbox

Class jas.util.ColorChooser extends JButton implements Serializable

Serialized Fields

m_prop

UserProperties m_prop

m_key

String m_key

m_color

Color m_color

m_listeners

Vector m_listeners

Class jas.util.ColorConverter.ColorConversionException extends Exception implements Serializable

Class jas.util.ColorEvent extends AWTEvent implements Serializable

Serialized Fields

color

Color color

Class jas.util.ColorMenu extends JMenu implements Serializable

Serialized Fields

colorModel

ColorSelectionModel colorModel

group

ButtonGroup group

Class jas.util.CommandInvocationException extends Exception implements Serializable

Serialized Fields

m_target

Throwable m_target

Class jas.util.DateChooser extends JASDialog implements Serializable

Serialized Fields

model

jas.util.DateModel model

Class jas.util.ErrorBox extends JASDialog implements Serializable

Serialized Fields

m_throw

Throwable m_throw

m_details

boolean m_details

m_frame

JFrame m_frame

Class jas.util.FontChooserPanel extends JPanel implements Serializable

Serialized Fields

m_fontSize

SpinBox m_fontSize

m_font

JComboBox m_font

m_bold

JCheckBox m_bold

m_italic

JCheckBox m_italic

Class jas.util.GetOptions.BadArguments extends Exception implements Serializable

Class jas.util.ImageException extends Exception implements Serializable

Class jas.util.JASCheckboxMenuItem extends JCheckBoxMenuItem implements Serializable

Serialized Fields

correspondingToolBarFloating

boolean correspondingToolBarFloating

m_target

BooleanCommandTarget m_target

Class jas.util.JASDialog extends JDialog implements Serializable

Serialized Fields

app

Application app

m_helpTopic

String m_helpTopic

m_flags

int m_flags

m_buttonPanel

JPanel m_buttonPanel

m_ok

JButton m_ok

m_cancel

JButton m_cancel

m_apply

JButton m_apply

m_help

JButton m_help

m_result

boolean m_result

m_window

Window m_window

m_contentPane

Container m_contentPane

Class jas.util.JASEditableComboBox extends JComboBox implements Serializable

Serialized Fields

m_minWidth

int m_minWidth

m_maxWidth

int m_maxWidth

m_nItems

int m_nItems

m_dropDownItems

String[] m_dropDownItems

m_key

String m_key

m_textField

JTextField m_textField

m_changeEvent

ChangeEvent m_changeEvent

m_prop

UserProperties m_prop

m_clickDefault

boolean m_clickDefault

Class jas.util.JASIcon extends ImageIcon implements Serializable

Serialized Fields

m_c

Class m_c

m_file

String m_file

Class jas.util.JASMenuItem extends JMenuItem implements Serializable

Serialized Fields

m_target

SimpleCommandTarget m_target

Class jas.util.JASRadioMenuItem extends JRadioButtonMenuItem implements Serializable

Serialized Fields

m_target

SimpleCommandTarget m_target

Class jas.util.JASTextField extends JTextField implements Serializable

Class jas.util.JASToolBarButton extends JButton implements Serializable

Serialized Fields

m_target

SimpleCommandTarget m_target

Class jas.util.JASWizard extends JDialog implements Serializable

Serialized Fields

m_frame

JFrame m_frame

m_default

Cursor m_default

m_wait

Cursor m_wait

m_currentPageHasAmbiguousDefault

boolean m_currentPageHasAmbiguousDefault

m_rootPane

JRootPane m_rootPane

m_contentPane

Container m_contentPane

m_wizardPagePanel

JPanel m_wizardPagePanel

m_firstPage

JASWizardPage m_firstPage

m_currentPage

JASWizardPage m_currentPage

m_cancel

JButton m_cancel

m_help

JButton m_help

m_prev

JButton m_prev

m_next

JButton m_next

m_finish

JButton m_finish

m_layout

CardLayout m_layout

Class jas.util.JASWizardPage extends JPanel implements Serializable

Serialized Fields

m_prev

JASWizardPage m_prev

m_wizard

JASWizard m_wizard

m_nextWizardPages

JASWizardPage[] m_nextWizardPages

m_isFinishable

boolean m_isFinishable

m_hasNextPages

boolean m_hasNextPages

m_number

String m_number

Class jas.util.NestedException extends Exception implements Serializable

Serialized Fields

detail

Throwable detail

Class jas.util.NestedRuntimeException extends RuntimeException implements Serializable

Serialized Fields

detail

Throwable detail

Class jas.util.ObjectFactoryException extends NestedException implements Serializable

Class jas.util.OnScreenPopupMenu extends JPopupMenu implements Serializable

Class jas.util.OpenLocalFilePanel extends JPanel implements Serializable

Serialized Fields

m_lastLocalDirectory_Key

String m_lastLocalDirectory_Key

m_fileName

JASEditableComboBox m_fileName

m_browse

JButton m_browse

m_view

JButton m_view

m_gzip

JCheckBox m_gzip

m_prop

UserProperties m_prop

m_filter

FileFilter m_filter

Class jas.util.PropertyDialog extends JASDialog implements Serializable

Serialized Fields

m_bean

Object m_bean

m_tab_manager

JTabbedPane m_tab_manager

m_currentPage

PropertyPage m_currentPage

m_suppressChangeEvents

boolean m_suppressChangeEvents

Class jas.util.PropertyPage extends JPanel implements Serializable

Serialized Fields

m_dlg

PropertySite m_dlg

m_changed

boolean m_changed

m_propertyBindings

Vector m_propertyBindings

m_innerPropPages

Vector m_innerPropPages

Class jas.util.ScientificFormat extends Format implements Serializable

Serialized Fields

sigDigit

int sigDigit
The number of significant digits the number is formatted to is recorded by sigDigit. The maximum width allowed fro the returned String is recorded by MaxWidth


maxWidth

int maxWidth

SciNote

boolean SciNote

Class jas.util.SciFormatPanel extends JPanel implements Serializable

Serialized Fields

f

ScientificFormat f

WidthLabel

JLabel WidthLabel

SigLabel

JLabel SigLabel

DisplayStyle

JPanel DisplayStyle

PureSci

JRadioButton PureSci

StandardSci

JRadioButton StandardSci

widthdigits

SpinBox widthdigits

sigdigits

SpinBox sigdigits

Class jas.util.SpinBox extends JComponent implements Serializable

Serialized Fields

max

int max

min

int min

value

int value

delay

int delay

valueChanging

boolean valueChanging

field

JTextField field

plus

JButton plus

minus

JButton minus

listener

Vector listener

Class jas.util.SplashScreen extends JWindow implements Serializable

Serialized Fields

progress

JProgressBar progress

Class jas.util.UserProperties extends Properties implements Serializable

Serialized Fields

custFile

String custFile

Class jas.util.WrappingTextArea extends JEditorPane implements Serializable

Serialized Fields

m_size

Dimension m_size

Package jas.util.border

Class jas.util.border.ShadowBorder extends AbstractBorder implements Serializable

Serialized Fields

NORTHEAST

int NORTHEAST

NORTHWEST

int NORTHWEST

SOUTHEAST

int SOUTHEAST

SOUTHWEST

int SOUTHWEST

size

int size

color

Color color

orientation

int orientation

Package jas.util.gui

Class jas.util.gui.JDirectoryChooser extends JComponent implements Serializable

Serialized Fields

model

jas.util.gui.JDirectoryChooser.FileTreeModel model

foo

JFileChooser foo

approve

JButton approve

cancel

JButton cancel

currentDirectory

File currentDirectory

tree

JTree tree

dialog

JDialog dialog

returnValue

int returnValue

Package jas.util.layout

Class jas.util.layout.PnutsLayout extends Object implements Serializable

Serialized Fields

alignmentTable

Hashtable alignmentTable
alignment table


spanTable

Hashtable spanTable
span table


padTable

Hashtable padTable
padx/y table


iPadTable

Hashtable iPadTable
ipadx/y table


widths

int[] widths

heights

int[] heights

hfit

int[] hfit

vfit

int[] vfit

hfits

int hfits

vfits

int vfits

grid_x

int[] grid_x

grid_y

int[] grid_y

pos_x

int[] pos_x

pos_y

int[] pos_y

psize

Dimension psize

valid

boolean valid

align

int align
default align


padx

int padx
default padx


pady

int pady
default pady


ipadx

int ipadx
default ipadx


ipady

int ipady
default ipady


cols

int cols
The number of columns


rows

int rows
The number of rows


xfix

boolean xfix

yfix

boolean yfix

Class jas.util.layout.ToolbarLayout extends Object implements Serializable

Serialized Fields

align

int align

hgap

int hgap

vgap

int vgap

Package jas.util.xml

Class jas.util.xml.JASDOMParser.JASXMLException extends NestedException implements Serializable

Class jas.util.xml.XMLNodeTraverser.BadXMLException extends Exception implements Serializable



Copyright © 2000-2009 FreeHEP. All Rights Reserved.