Serialized Form


Package org.math.plot

Class org.math.plot.DataPanel extends JPanel implements Serializable

Serialized Fields

toolBar

DataToolBar toolBar

scrollPane

JScrollPane scrollPane

Class org.math.plot.FrameView extends JFrame implements Serializable

serialVersionUID: 1L

Class org.math.plot.MatrixTablePanel extends DataPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

table

JTable table

model

TableModel model

M

double[][] M

viewHeaders

boolean viewHeaders

headers

String[] headers

Class org.math.plot.ParametersPanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

defaultSize

Dimension defaultSize

paramLabels

String[] paramLabels

paramValues

String[] paramValues

isList

boolean[] isList

paramValuesIndex

int[] paramValuesIndex

paramChoices

String[][] paramChoices

labels

JLabel[] labels

fields

JComboBox[] fields

action

Runnable action

Class org.math.plot.Plot2DPanel extends PlotPanel implements Serializable

serialVersionUID: 1L

Class org.math.plot.Plot3DPanel extends PlotPanel implements Serializable

serialVersionUID: 1L

Class org.math.plot.PlotPanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

plotToolBar

PlotToolBar plotToolBar

plotCanvas

PlotCanvas plotCanvas

plotLegend

LegendPanel plotLegend

Package org.math.plot.canvas

Class org.math.plot.canvas.Plot2DCanvas extends PlotCanvas implements Serializable

serialVersionUID: 1L

Class org.math.plot.canvas.Plot3DCanvas extends PlotCanvas implements Serializable

serialVersionUID: 1L

Class org.math.plot.canvas.PlotCanvas extends JPanel implements Serializable

Serialized Fields

panelSize

int[] panelSize

base

Base base

draw

AbstractDrawer draw

grid

BasePlot grid

linkedLegendPanel

LegendPanel linkedLegendPanel

plots

Vector<E> plots

objects

Vector<E> objects

allowEdit

boolean allowEdit

allowNote

boolean allowNote

allowNoteCoord

boolean allowNoteCoord

coordNoted

double[] coordNoted

ActionMode

int ActionMode

dragging

boolean dragging

mouseCurent

int[] mouseCurent

mouseClick

int[] mouseClick

Package org.math.plot.components

Class org.math.plot.components.DatasFrame extends JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

plotCanvas

PlotCanvas plotCanvas

legend

LegendPanel legend

panels

JTabbedPane panels

Class org.math.plot.components.DatasFrame.DataPanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

XY

MatrixTablePanel XY

visible

JCheckBox visible

color

JButton color

plottoolspanel

JPanel plottoolspanel

plot

Plot plot

dframe

DatasFrame dframe

Class org.math.plot.components.DataToolBar extends JToolBar implements Serializable

serialVersionUID: 1L

Serialized Fields

buttonPasteToClipboard

JButton buttonPasteToClipboard

buttonSaveFile

JButton buttonSaveFile

denySaveSecurity

boolean denySaveSecurity

fileChooser

JFileChooser fileChooser

dataPanel

DataPanel dataPanel

Class org.math.plot.components.LegendPanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

plotCanvas

PlotCanvas plotCanvas

plotPanel

PlotPanel plotPanel

legends

LegendPanel.Legend[] legends

orientation

int orientation

maxHeight

int maxHeight

maxWidth

int maxWidth

container

JPanel container

inset

int inset

Class org.math.plot.components.LegendPanel.Legend extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

color

JPanel color

name

JLabel name

plot

Plot plot

Class org.math.plot.components.PlotToolBar extends JToolBar implements Serializable

serialVersionUID: 1L

Serialized Fields

buttonGroup

ButtonGroup buttonGroup

buttonCenter

JToggleButton buttonCenter

buttonZoom

JToggleButton buttonZoom

buttonRotate

JToggleButton buttonRotate

buttonSetScales

JButton buttonSetScales

buttonDatas

JButton buttonDatas

buttonSavePNGFile

JButton buttonSavePNGFile

buttonReset

JButton buttonReset

denySaveSecurity

boolean denySaveSecurity

pngFileChooser

JFileChooser pngFileChooser

plotCanvas

PlotCanvas plotCanvas
the currently selected PlotPanel


plotPanel

PlotPanel plotPanel

Class org.math.plot.components.SetScalesFrame extends JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

plotCanvas

PlotCanvas plotCanvas

scalespanel

JPanel scalespanel

scalepanels

SetScalesFrame.ScalePanel[] scalepanels

Class org.math.plot.components.SetScalesFrame.ScalePanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

numAxe

int numAxe

title

String title

scaleType

String scaleType

min

double min

max

double max

title_label

JLabel title_label

title_field

JTextField title_field

scale_label

JLabel scale_label

scale_group

ButtonGroup scale_group

linear_check

JRadioButton linear_check

log_check

JRadioButton log_check

bounds_label

JLabel bounds_label

min_label

JLabel min_label

max_label

JLabel max_label

min_field

JTextField min_field

max_field

JTextField max_field

bounds_auto

JButton bounds_auto