##################################################################

JQuickPlot - Java Quick XY Plots

Copyright (C) 2008 Frederic Roudaut


This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License version 2 as
published by the Free Software Foundation; version 2.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.

###################################################################

Serialized Form


Package JQuickPlot

Class JQuickPlot.JQuickPlot extends org.jfree.ui.ApplicationFrame implements Serializable

Serialized Fields

_nbSubplots

int _nbSubplots
The number of subplots per plots.


_nbPlots

int _nbPlots
The number of plots


_datasets

org.jfree.data.xy.XYSeriesCollection[] _datasets
Datasets List for plots


datasetColumnListX

ColumnList[] datasetColumnListX
Columns List for X in plots


datasetColumnListY

ColumnList[] datasetColumnListY
Columns List for Y in plots


_datasetFile

java.lang.String[] _datasetFile
Files List for Datasets of plots


_labelX

java.lang.String[] _labelX
X Label for Datasets of plots


_labelY

java.lang.String[] _labelY
Y Label for Datasets of plots


_plotList

org.jfree.chart.plot.CombinedDomainXYPlot[] _plotList
plots List


_subplotList

org.jfree.chart.plot.XYPlot[][] _subplotList
subplots List per plot


_ConfMenuIsOpened

boolean _ConfMenuIsOpened
Indicate if the Configuration Menu is visible


_frameConfiguration

javax.swing.JFrame _frameConfiguration
Configuration Menu Window

Class JQuickPlot.MainConfiguration extends javax.swing.JPanel implements Serializable

Serialized Fields

invokePopupButton

javax.swing.JToggleButton invokePopupButton

curveConfMenu

javax.swing.JFrame curveConfMenu

textFieldX

javax.swing.JTextField textFieldX

_plotRefName

java.lang.String _plotRefName

_labelX

java.lang.String[] _labelX

Class JQuickPlot.PlotConfiguration extends javax.swing.JPanel implements Serializable

Serialized Fields

invokePopupButton

javax.swing.JToggleButton invokePopupButton

curveConfMenu

javax.swing.JFrame curveConfMenu

_textFieldFile

javax.swing.JTextField _textFieldFile

_textFieldX

javax.swing.JTextField _textFieldX

_textFieldY

javax.swing.JTextField _textFieldY

_textFieldLabelY

javax.swing.JTextField _textFieldLabelY

_plotRefName

java.lang.String _plotRefName

_plotRefNum

int _plotRefNum

_datasetColumnListX

ColumnList[] _datasetColumnListX

_datasetColumnListY

ColumnList[] _datasetColumnListY

_datasetFile

java.lang.String[] _datasetFile

_labelY

java.lang.String[] _labelY



##################################################################

JQuickPlot - Java Quick XY Plots

Copyright (C) 2008 Frederic Roudaut


This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License version 2 as
published by the Free Software Foundation; version 2.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.

###################################################################