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

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.

###################################################################
A C D G I J M P S T U _

A

actionPerformed(ActionEvent) - Method in class JQuickPlot.JQuickPlot
Handles a click on the Conf/Exit/Clear/Clear All/Run/Run All buttons.
actionPerformed(ActionEvent) - Method in class JQuickPlot.MainConfiguration
Handles a click on the Save/Close buttons.
actionPerformed(ActionEvent) - Method in class JQuickPlot.PlotConfiguration
Handles a click on the Save/Close buttons.
add(Column) - Method in class JQuickPlot.ColumnList
Add a Column
addColumn(int, String) - Method in class JQuickPlot.ColumnList
Add a Column
addColumn(int) - Method in class JQuickPlot.ColumnList
Add a Column

C

Column - Class in JQuickPlot
Represent a column selection for a dots file
Column(int, String) - Constructor for class JQuickPlot.Column
Constructor
Column(int) - Constructor for class JQuickPlot.Column
Constructor
Column() - Constructor for class JQuickPlot.Column
Default Constructor
ColumnList - Class in JQuickPlot
Represent a column List selection for a dots file
ColumnList() - Constructor for class JQuickPlot.ColumnList
Default Constructor
ConstClusteredXYBarRenderer - Static variable in class JQuickPlot.JQuickPlot
An extension of XYBarRenderer that displays bars for different series values at the same x next to each other.
ConstCyclicXYItemRenderer - Static variable in class JQuickPlot.JQuickPlot
The Cyclic XY item renderer is specially designed to handle cyclic axis.
ConstDefaultXYItemRenderer - Static variable in class JQuickPlot.JQuickPlot
Standard renderer for the XYPlot class with dots.
ConstDeviationRenderer - Static variable in class JQuickPlot.JQuickPlot
 
ConstStandardXYItemRenderer - Static variable in class JQuickPlot.JQuickPlot
Standard renderer for the XYPlot class.
ConstVectorRenderer - Static variable in class JQuickPlot.JQuickPlot
 
ConstXYAreaRenderer - Static variable in class JQuickPlot.JQuickPlot
Area item renderer for an XYPlot .
ConstXYAreaRenderer2 - Static variable in class JQuickPlot.JQuickPlot
Area item renderer for an XYPlot .
ConstXYDifferenceRenderer - Static variable in class JQuickPlot.JQuickPlot
A renderer for an XYPlot that highlights the differences between two series.
ConstXYDotRenderer - Static variable in class JQuickPlot.JQuickPlot
A renderer that draws a small dot at each data point for an XYPlot .
ConstXYErrorRenderer - Static variable in class JQuickPlot.JQuickPlot
 
ConstXYLine3DRenderer - Static variable in class JQuickPlot.JQuickPlot
A XYLineAndShapeRenderer that adds a shadow line to the graph to emulate a 3D-effect.
ConstXYSplineRenderer - Static variable in class JQuickPlot.JQuickPlot
A Spline Renderer.
ConstXYStepAreaRenderer - Static variable in class JQuickPlot.JQuickPlot
A step chart renderer that fills the area between the step and the x-axis.
ConstXYStepRenderer - Static variable in class JQuickPlot.JQuickPlot
Line/Step item renderer for an XYPlot .
ConstYIntervalRenderer - Static variable in class JQuickPlot.JQuickPlot
A renderer that draws a line connecting the start and end Y values for an XYPlot .
createPlot(int) - Method in class JQuickPlot.JQuickPlot
Plot Creation with _nbSuplots
curveConfMenu - Variable in class JQuickPlot.MainConfiguration
 
curveConfMenu - Variable in class JQuickPlot.PlotConfiguration
 

D

datasetColumnListX - Variable in class JQuickPlot.JQuickPlot
Columns List for X in plots
datasetColumnListY - Variable in class JQuickPlot.JQuickPlot
Columns List for Y in plots
display() - Method in class JQuickPlot.Column
Display the object
display() - Method in class JQuickPlot.ColumnList
Display the object

G

get(int) - Method in class JQuickPlot.ColumnList
get a column object from its position
getColumn() - Method in class JQuickPlot.Column
return the column num
getTitle() - Method in class JQuickPlot.Column
return the title

I

init() - Method in class JQuickPlot.MainConfiguration
Initialiser for the Main configuration Menu.
init() - Method in class JQuickPlot.PlotConfiguration
Initialiser for the Plot configuration Menu.
initConfMenu() - Method in class JQuickPlot.JQuickPlot
Initialyze the Configuration Menu
invokePopupButton - Variable in class JQuickPlot.MainConfiguration
 
invokePopupButton - Variable in class JQuickPlot.PlotConfiguration
 
isEmpty() - Method in class JQuickPlot.ColumnList
check if the the Columns List is empty
isTitleEmpty() - Method in class JQuickPlot.Column
check is there is a title not equals to ""
isValid() - Method in class JQuickPlot.Column
check is the column num is valid

J

JQuickPlot - package JQuickPlot
 
JQuickPlot - Class in JQuickPlot
The Main Class for JQuickPlot
JQuickPlot(int, String) - Constructor for class JQuickPlot.JQuickPlot
Constructor

M

main(String[]) - Static method in class JQuickPlot.ColumnList
Main for test purpose
main(String[]) - Static method in class JQuickPlot.JQuickPlot
Starting point for JQuickPlot.
MainConfiguration - Class in JQuickPlot
The Class used for the global plots configuration.
MainConfiguration(String, String[]) - Constructor for class JQuickPlot.MainConfiguration
Constructor.

P

parse(String) - Static method in class JQuickPlot.Column
parse a string and return a Column object
parse(String) - Static method in class JQuickPlot.ColumnList
parse a string and return a Column List object
PlotConfiguration - Class in JQuickPlot
The Class used to configure subplots.
PlotConfiguration(String, int, ColumnList[], ColumnList[], String[], String[]) - Constructor for class JQuickPlot.PlotConfiguration
Constructor.

S

showConfMenu() - Method in class JQuickPlot.JQuickPlot
Display/hide the Configuration Menu
size() - Method in class JQuickPlot.ColumnList
get the size of the Columns List

T

textFieldX - Variable in class JQuickPlot.MainConfiguration
 

U

usage() - Static method in class JQuickPlot.JQuickPlot
Display Usage when running the main.

_

_column - Variable in class JQuickPlot.Column
column Num
_columnList - Variable in class JQuickPlot.ColumnList
A List of Columns
_ConfMenuIsOpened - Variable in class JQuickPlot.JQuickPlot
Indicate if the Configuration Menu is visible
_datasetColumnListX - Variable in class JQuickPlot.PlotConfiguration
 
_datasetColumnListY - Variable in class JQuickPlot.PlotConfiguration
 
_datasetFile - Variable in class JQuickPlot.JQuickPlot
Files List for Datasets of plots
_datasetFile - Variable in class JQuickPlot.PlotConfiguration
 
_datasets - Variable in class JQuickPlot.JQuickPlot
Datasets List for plots
_frameConfiguration - Variable in class JQuickPlot.JQuickPlot
Configuration Menu Window
_labelX - Variable in class JQuickPlot.JQuickPlot
X Label for Datasets of plots
_labelX - Variable in class JQuickPlot.MainConfiguration
 
_labelY - Variable in class JQuickPlot.JQuickPlot
Y Label for Datasets of plots
_labelY - Variable in class JQuickPlot.PlotConfiguration
 
_nbPlots - Variable in class JQuickPlot.JQuickPlot
The number of plots
_nbSubplots - Variable in class JQuickPlot.JQuickPlot
The number of subplots per plots.
_plotList - Variable in class JQuickPlot.JQuickPlot
plots List
_plotRefName - Variable in class JQuickPlot.MainConfiguration
 
_plotRefName - Variable in class JQuickPlot.PlotConfiguration
 
_plotRefNum - Variable in class JQuickPlot.PlotConfiguration
 
_subplotList - Variable in class JQuickPlot.JQuickPlot
subplots List per plot
_textFieldFile - Variable in class JQuickPlot.PlotConfiguration
 
_textFieldLabelY - Variable in class JQuickPlot.PlotConfiguration
 
_textFieldX - Variable in class JQuickPlot.PlotConfiguration
 
_textFieldY - Variable in class JQuickPlot.PlotConfiguration
 
_title - Variable in class JQuickPlot.Column
column title to display in the legend

A C D G I J M P S T U _

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

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.

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