A B C D E F G H I J L M N O P Q R S T U V W X Y

A

add(Range) - Method in class edu.ull.cgunay.plots.Range
Adds given range to this one, resulting in enlarging this range.
add(String, String) - Method in class edu.ull.cgunay.plots.Plot
 
add(String, String) - Method in class edu.ull.cgunay.plots.Grapher
Returns a String that adds two parameters for the Grapher.
addData(Grapher.Data) - Method in class edu.ull.cgunay.plots.Grapher.Axis
Adds a new dataset to the axis.
addVariable(String, Collection) - Method in class edu.ull.cgunay.plots.Grapher.Data
Add a vector variable to variables.
addVariable(String, Range) - Method in class edu.ull.cgunay.plots.Grapher.Data
Add a range variable to variables.
assign(String, String) - Method in class edu.ull.cgunay.plots.MatLab
Add a proper MatLab termination to the superior definition.
assign(String, String) - Method in class edu.ull.cgunay.plots.Plot
 
assign(String, String) - Method in class edu.ull.cgunay.plots.Grapher
Returns a String that assigns a value to a variable for the Grapher.
axes - Variable in class edu.ull.cgunay.plots.Grapher.MultiAxes
Axes to be plotted.
axes - Variable in class edu.ull.cgunay.plots.MultiDataPlot
List of Grapher.Axis's.
axes - Variable in class edu.ull.cgunay.plots.Plot
The list of Grapher.Axis's contained in the plot.
axis - Variable in class edu.ull.cgunay.plots.SuperposedDataPlot.AxisFactory
Axis to be created.
axis - Variable in class edu.ull.cgunay.plots.SimplePlot
The single axis of this plot.
axisCommand - Variable in class edu.ull.cgunay.plots.Grapher.DataType
Command to realize axis in grapher, i.e.
axisHandle - Variable in class edu.ull.cgunay.plots.MatLab.MatLabDataType
 
AxisTemplate - class edu.ull.cgunay.plots.AxisTemplate.
A template, from which a real Axis object can be instantiated when a grapher is available.
AxisTemplate(Grapher.Data[]) - Constructor for class edu.ull.cgunay.plots.AxisTemplate
Takes a dataset to plot.
AxisTemplate(List) - Constructor for class edu.ull.cgunay.plots.AxisTemplate
Takes a List of datasets to plot.
axisTemplates - Variable in class edu.ull.cgunay.plots.MultiDataPlot
Describe variable axes here.

B

body() - Method in class edu.ull.cgunay.plots.SimplePlot
Returns body that appears inside the plot command for the specific plot.
body(Grapher) - Method in class edu.ull.cgunay.plots.SimplePlot
Helper function to set grapher before calling body.
BreakOutOfIterationException - exception edu.ull.cgunay.utils.BreakOutOfIterationException.
Thrown in iterators when the iteration needs to be terminated.
BreakOutOfIterationException() - Constructor for class edu.ull.cgunay.utils.BreakOutOfIterationException
 
BreakOutOfIterationException(Object) - Constructor for class edu.ull.cgunay.utils.BreakOutOfIterationException
Breaks the iteration and records the object which caused it.

C

close() - Method in class edu.ull.cgunay.plots.GNUPlot
Exits from gnuplot.
close() - Method in class edu.ull.cgunay.plots.MatLab
Exits matlab process.
close() - Method in class edu.ull.cgunay.plots.Grapher
Kills the grapher process.
closing - Variable in class edu.ull.cgunay.utils.StringTask
A piece of string to be added before the accumulated string retval is returned.
collection - Variable in class edu.ull.cgunay.utils.ParallelTask
The collection on which to iterate.
collection - Variable in class edu.ull.cgunay.utils.Iteration
Collection to be iterated on for non-static loop() function.
collection(Range) - Method in class edu.ull.cgunay.plots.Profile
Returns an Collection for the entity values recorded in the given range.
command(String) - Method in class edu.ull.cgunay.plots.MatLab
Add end-of-line separator for matlab.
command(String) - Method in class edu.ull.cgunay.plots.Grapher
Properly terminate a grapher command with end-of-line separator.
ComparableSortedSet - class edu.ull.cgunay.utils.ComparableSortedSet.
Allows comparing instances of these sets according to alphabetical comparison technique, assuming elements implement the Comparable interface.
ComparableSortedSet() - Constructor for class edu.ull.cgunay.utils.ComparableSortedSet
 
ComparableSortedSet(Collection) - Constructor for class edu.ull.cgunay.utils.ComparableSortedSet
 
ComparableSortedSet(Comparator) - Constructor for class edu.ull.cgunay.utils.ComparableSortedSet
 
ComparableSortedSet(SortedSet) - Constructor for class edu.ull.cgunay.utils.ComparableSortedSet
 
compareTo(Object) - Method in class edu.ull.cgunay.utils.ComparableSortedSet
Compares both sets.
compareTo(Object) - Method in class edu.ull.cgunay.plots.ProfilableDouble
 
connectTo(Profilable, Object) - Method in class edu.ull.cgunay.plots.Profile
Adds this object to the observer list of the entity and initializes the profile with given time-entity pair.
createAxis() - Method in class edu.ull.cgunay.plots.MatLab
Convenience method to get instance of Axis defined here.
createAxis() - Method in class edu.ull.cgunay.plots.Grapher
Factory method fro creating Axis instances.
createMultiAxes(Grapher.Axis[]) - Method in class edu.ull.cgunay.plots.MatLab
Convenience method to get instance of MultiAxes defined here.
createMultiAxes(Grapher.Axis[]) - Method in class edu.ull.cgunay.plots.Grapher
Factory method fro creating MultiAxes instances.
createMultiAxes(List) - Method in class edu.ull.cgunay.plots.MatLab
Convenience method to get instance of MultiAxes defined here.
createMultiAxes(List) - Method in class edu.ull.cgunay.plots.Grapher
Factory method fro creating MultiAxes instances.
currentObject - Variable in class edu.ull.cgunay.utils.BreakOutOfIterationException
 

D

data - Variable in class edu.ull.cgunay.plots.SingleDataPlot
 
data - Variable in class edu.ull.cgunay.plots.MatLab.Axis
Shortcut to the single data.
data - Variable in class edu.ull.cgunay.plots.SimplePlot
The single axis data of this plot
dataHandle - Variable in class edu.ull.cgunay.plots.MatLab.MatLabDataType
 
datas - Variable in class edu.ull.cgunay.plots.SuperposedDataPlot.AxisFactory
Datas to be added to the Axis.
datas - Variable in class edu.ull.cgunay.plots.AxisTemplate
Datas to be superposed in this axis.
datas - Variable in class edu.ull.cgunay.plots.SuperposedDataPlot
 
dataType - Variable in class edu.ull.cgunay.plots.Grapher.Data
 
dataTypes - Variable in class edu.ull.cgunay.plots.Grapher
Hash to hold name->datatype values for a grapher.
decor - Variable in class edu.ull.cgunay.plots.SuperposedDataPlot.AxisFactory
Holds axis decorations.
def_func(String, String[], String) - Method in class edu.ull.cgunay.plots.GNUPlot
gnuplot style function definition.
def_func(String, String[], String) - Method in class edu.ull.cgunay.plots.MatLab
Creates a file in the current directory named with the function for matlab.
def_func(String, String[], String) - Method in class edu.ull.cgunay.plots.Plot
 
def_func(String, String[], String) - Method in class edu.ull.cgunay.plots.Grapher
Returns a String that defines a function for the Grapher.
display(Plot, PrintStream) - Method in class edu.ull.cgunay.plots.Grapher
Displays the plot generated from the given plot description.
div(String, String) - Method in class edu.ull.cgunay.plots.Plot
 
div(String, String) - Method in class edu.ull.cgunay.plots.Grapher
Returns a String that divides two parameters for the Grapher.
doubleValue() - Method in class edu.ull.cgunay.plots.ErrorValue
 
doubleValue() - Method in class edu.ull.cgunay.plots.ProfilableDouble
Returns the double value encapsulated.
doubleValue() - Method in class edu.ull.cgunay.plots.Profilable
Return a representation if the entity as a double value.

E

edu.ull.cgunay.plots - package edu.ull.cgunay.plots
Grapher independent plotting system that allows using external grapher programs to display plots created in Java.
edu.ull.cgunay.utils - package edu.ull.cgunay.utils
General Java utilities, specifically application independent high level iteration facilities based on the Java 2 Collections technologies.
end - Variable in class edu.ull.cgunay.plots.Range
End of the range.
entity - Variable in class edu.ull.cgunay.plots.Profile
Entity to be observed and recorded.
err - Variable in class edu.ull.cgunay.plots.Grapher
Reader of the error stream of the grapher process.
ErrorBarPlot - class edu.ull.cgunay.plots.ErrorBarPlot.
A simple plot that features a single ErrorDAta.
ErrorBarPlot(String, Range, Profile) - Constructor for class edu.ull.cgunay.plots.ErrorBarPlot
Takes list of ErrorValues to plot.
ErrorValue - class edu.ull.cgunay.plots.ErrorValue.
Simple encapsulation of a double value with minimum and maximum error.
ErrorValue(double, double, double) - Constructor for class edu.ull.cgunay.plots.ErrorValue
 
errorValues - Variable in class edu.ull.cgunay.plots.ErrorBarPlot
 
exp(String) - Method in class edu.ull.cgunay.plots.Plot
 
exp(String) - Method in class edu.ull.cgunay.plots.Grapher
Returns a String that takes the exponential of the parameter for the Grapher.

F

first - Variable in class edu.ull.cgunay.utils.StringTask
Flag to indicate start of iteration.
fontSize - Variable in class edu.ull.cgunay.plots.AxisTemplate
Font size for plot legends. 0 means default size.
fontSize - Variable in class edu.ull.cgunay.plots.Plot
Font size for plot legends. 0 means default size.
fontSize - Variable in class edu.ull.cgunay.plots.Grapher.Axis
Font size for plot legends. 0 means default size.
func(String, String[]) - Method in class edu.ull.cgunay.plots.Plot
 
func(String, String[]) - Method in class edu.ull.cgunay.plots.Grapher
Returns a String that calls a predefined function with given arguments for the Grapher.

G

geq(String, String) - Method in class edu.ull.cgunay.plots.Plot
 
geq(String, String) - Method in class edu.ull.cgunay.plots.Grapher
Returns a String that is a greater or equal conditional expression for the Grapher.
getAxisHandle() - Method in class edu.ull.cgunay.plots.MatLab.MatLabDataType
Get the AxisHandle value.
getClone() - Method in class edu.ull.cgunay.plots.Profilable
Returns its clone.
getDataHandle() - Method in class edu.ull.cgunay.plots.MatLab.MatLabDataType
 
getDataPreamble(Grapher.Data) - Method in class edu.ull.cgunay.plots.MatLab.Axis
Handle preamble of single data set.
getDatas() - Method in class edu.ull.cgunay.plots.AxisTemplate
Gets the value of datas
getDataType() - Method in class edu.ull.cgunay.plots.Grapher.Data
Get the DataType value.
getEnd() - Method in class edu.ull.cgunay.plots.Range
Get the value of end.
getFontSize() - Method in class edu.ull.cgunay.plots.AxisTemplate
Get the FontSize value.
getFontSize() - Method in interface edu.ull.cgunay.plots.HasAxisLabels
 
getFontSize() - Method in class edu.ull.cgunay.plots.Plot
Get the FontSize value.
getFontSize() - Method in class edu.ull.cgunay.plots.Grapher.Axis
Get the FontSize value.
getGrapher() - Method in class edu.ull.cgunay.plots.PlotHandle
Get the value of grapher.
getGrapher() - Method in class edu.ull.cgunay.plots.Plot
Get the value of grapher.
getLabel() - Method in class edu.ull.cgunay.plots.Plot
Get the value of label.
getLabel() - Method in class edu.ull.cgunay.plots.Grapher.Data
Get the value of label.
getLabel(Plot) - Method in class edu.ull.cgunay.plots.GNUPlot
 
getMaxRange(Collection) - Static method in class edu.ull.cgunay.plots.Plot
 
getMaxRange(HasAxisLabels[]) - Static method in class edu.ull.cgunay.plots.Plot
Find maximum range by iterating on all objects implementing HasAxisLabels.
getPlot() - Method in class edu.ull.cgunay.plots.PlotHandle
Get the value of plot.
getPoints() - Method in class edu.ull.cgunay.plots.Grapher
Get the value of points.
getRange() - Method in class edu.ull.cgunay.plots.AxisTemplate
Get the value of range.
getRange() - Method in class edu.ull.cgunay.plots.Grapher.PreciseProfileData
Get the value of range.
getRange() - Method in interface edu.ull.cgunay.plots.HasAxisLabels
 
getRange() - Method in class edu.ull.cgunay.plots.Plot
Get the value of range.
getRange() - Method in class edu.ull.cgunay.plots.Profile
Returns the maximum range of this profile, that is a range consisting of the minimum and maximum time entries.
getRange() - Method in class edu.ull.cgunay.plots.Grapher.Axis
Get the value of range.
getRange() - Method in class edu.ull.cgunay.plots.Grapher.ProfileData
Get the value of range.
getSpikes() - Method in class edu.ull.cgunay.plots.SpikePlot
Get the value of spikes.
getStart() - Method in class edu.ull.cgunay.plots.Range
Get the value of start.
getString() - Method in class edu.ull.cgunay.plots.MatLab.MultiAxes
Iterates over all contained Axis's to create the multiaxes figure.
getString() - Method in class edu.ull.cgunay.plots.Grapher.MultiAxes
The code to combine codes for separate axis in a single window should be written here in subclasses for specific graphers.
getString() - Method in class edu.ull.cgunay.plots.MatLab.Axis
Matlab style plot description for given sets of data.
getString() - Method in class edu.ull.cgunay.plots.Grapher.Axis
Grapher specific code for generating the axis with the given data sets.
getString(Collection) - Method in class edu.ull.cgunay.utils.StringTask
Iterates on the list and returns the accumulated String.
getString(Object[]) - Method in class edu.ull.cgunay.utils.StringTask
Convenience method, see other getStrings.
getTitle() - Method in class edu.ull.cgunay.plots.AxisTemplate
Get the value of title.
getTitle() - Method in interface edu.ull.cgunay.plots.HasAxisLabels
 
getTitle() - Method in class edu.ull.cgunay.plots.Plot
Get the value of title.
getTitle() - Method in class edu.ull.cgunay.plots.Grapher.Axis
Get the value of title.
getValue() - Method in interface edu.ull.cgunay.utils.TaskWithReturn
Returns a value from the task.
getValue() - Method in class edu.ull.cgunay.utils.StringTask
Return the accumulated String appended by the closing.
getValue() - Method in class edu.ull.cgunay.utils.BreakOutOfIterationException
 
getValue() - Method in class edu.ull.cgunay.plots.SuperposedDataPlot.AxisFactory
 
getVariables() - Method in class edu.ull.cgunay.plots.Grapher.Data
Get the Variables value.
getWindowNumber() - Method in class edu.ull.cgunay.plots.PlotHandle
Get the value of windowNumber.
getXLabel() - Method in class edu.ull.cgunay.plots.AxisTemplate
Get the value of xLabel.
getXLabel() - Method in interface edu.ull.cgunay.plots.HasAxisLabels
 
getXLabel() - Method in class edu.ull.cgunay.plots.Plot
Get the value of xLabel.
getXLabel() - Method in class edu.ull.cgunay.plots.Grapher.Axis
Get the value of xLabel.
getYLabel() - Method in class edu.ull.cgunay.plots.AxisTemplate
Get the value of yLabel.
getYLabel() - Method in interface edu.ull.cgunay.plots.HasAxisLabels
 
getYLabel() - Method in class edu.ull.cgunay.plots.Plot
Get the value of yLabel.
getYLabel() - Method in class edu.ull.cgunay.plots.Grapher.Axis
Get the value of yLabel.
GNUPlot - class edu.ull.cgunay.plots.GNUPlot.
Grapher implementation for plotting with the gnuplot program.
GNUPlot() - Constructor for class edu.ull.cgunay.plots.GNUPlot
Creates a new GNUPlot instance.
grapher - Variable in class edu.ull.cgunay.plots.PlotHandle
The Grapher that displayed the Plot.
grapher - Variable in class edu.ull.cgunay.plots.Plot
Grapher instance associated with the plot (if available).
Grapher - class edu.ull.cgunay.plots.Grapher.
Represents the active Grapher process and its capabilities.
Grapher.Axis - class edu.ull.cgunay.plots.Grapher.Axis.
An object that represent a data axis for the grapher.
Grapher.Axis() - Constructor for class edu.ull.cgunay.plots.Grapher.Axis
 
Grapher.Data - class edu.ull.cgunay.plots.Grapher.Data.
Each dataset that can be added to an Axis.
Grapher.Data(String, String) - Constructor for class edu.ull.cgunay.plots.Grapher.Data
Finds the DataType associated with requested dataTypeName.
Grapher.DataType - class edu.ull.cgunay.plots.Grapher.DataType.
Type of representation for the data.
Grapher.DataType(String, String) - Constructor for class edu.ull.cgunay.plots.Grapher.DataType
Adds itself to the dataTypes hash.
Grapher.ErrorData - class edu.ull.cgunay.plots.Grapher.ErrorData.
For errorbar plots.
Grapher.ErrorData(String, Profile) - Constructor for class edu.ull.cgunay.plots.Grapher.ErrorData
 
Grapher.MultiAxes - class edu.ull.cgunay.plots.Grapher.MultiAxes.
An object that combines multiple axes.
Grapher.MultiAxes(Grapher.Axis[]) - Constructor for class edu.ull.cgunay.plots.Grapher.MultiAxes
Creates a new MultiAxes instance.
Grapher.MultiAxes(List) - Constructor for class edu.ull.cgunay.plots.Grapher.MultiAxes
Convenience constructor that calls other constructor.
Grapher.PreciseProfileData - class edu.ull.cgunay.plots.Grapher.PreciseProfileData.
Data structure for generating profile plots.
Grapher.PreciseProfileData(String, Profile) - Constructor for class edu.ull.cgunay.plots.Grapher.PreciseProfileData
 
Grapher.PreciseProfileData(String, Profile, Range) - Constructor for class edu.ull.cgunay.plots.Grapher.PreciseProfileData
Creates a new PreciseProfileData instance.
Grapher.ProfileData - class edu.ull.cgunay.plots.Grapher.ProfileData.
Data structure for generating profile plots, where the precision can be defined as the total number of points on the plot.
Grapher.ProfileData(String, Profile, Range) - Constructor for class edu.ull.cgunay.plots.Grapher.ProfileData
 
Grapher.VerticalBar - class edu.ull.cgunay.plots.Grapher.VerticalBar.
For drawing a vertical bar on the x-axis.
Grapher.VerticalBar(String, double, Range) - Constructor for class edu.ull.cgunay.plots.Grapher.VerticalBar
Create with a y-range parameter.
Grapher(String) - Constructor for class edu.ull.cgunay.plots.Grapher
Spawns a grapher process (used from subclasses).
GrapherNotAvailableException - exception edu.ull.cgunay.plots.GrapherNotAvailableException.
Created: Thu Apr 11 13:50:11 2002 Modified: $Date: 2002/12/17 00:58:54 $
GrapherNotAvailableException() - Constructor for class edu.ull.cgunay.plots.GrapherNotAvailableException
 
GrapherNotAvailableException(String) - Constructor for class edu.ull.cgunay.plots.GrapherNotAvailableException
 

H

handleId - Variable in class edu.ull.cgunay.plots.MatLab.PatternIterator
Form unique plot handle variables for properly forming legend identifiers.
HasAxisLabels - interface edu.ull.cgunay.plots.HasAxisLabels.
Features methods to access axis labels.

I

init() - Method in interface edu.ull.cgunay.utils.Simulation
Initialization function.
init() - Method in class edu.ull.cgunay.utils.ParallelTask
Start a new thread containing the Objective runnable for each element in the collection.
init() - Method in class edu.ull.cgunay.plots.Grapher.Data
Put initialization code in this method.
it - Variable in class edu.ull.cgunay.plots.MatLab.PatternIterator
To iterate on lineColorSpecs.
Iteration - class edu.ull.cgunay.utils.Iteration.
Allows iterating on the Collections of JAVA 2 SDK with a high level interface.
Iteration() - Constructor for class edu.ull.cgunay.utils.Iteration
Dummy.
Iteration(Collection) - Constructor for class edu.ull.cgunay.utils.Iteration
Sets the collection to be iterated on (for the non-static loop()).
iterator(Range) - Method in class edu.ull.cgunay.plots.Profile
Returns an Iterator for the entity values recorded in the given range.

J

job(Object) - Method in class edu.ull.cgunay.utils.StringTask
Job to be done on each Collection item o.
job(Object) - Method in interface edu.ull.cgunay.utils.Task
Method to be called by external task givers.
job(Object) - Method in class edu.ull.cgunay.plots.SuperposedDataPlot.AxisFactory
Create the axis, add all datas to it, and decorate it.
job(Object, Object[]) - Method in interface edu.ull.cgunay.utils.TaskWithParam
Method to be called by external task givers.

L

label - Variable in class edu.ull.cgunay.plots.Plot
Label of the dataset if it is the only one in this plot.
label - Variable in class edu.ull.cgunay.plots.Grapher.Data
Legend label for the data.
labelString(Grapher.Data) - Method in class edu.ull.cgunay.plots.MatLab
Returns a proper dataset label statement in MatLab if label available.
lineColorSpecs - Variable in class edu.ull.cgunay.plots.MatLab.PatternIterator
Possible patterns.
lock - Variable in class edu.ull.cgunay.utils.Objective
 
loop() - Method in class edu.ull.cgunay.utils.UninterruptedIteration
 
loop() - Method in class edu.ull.cgunay.utils.Iteration
Iterates on collection set by the constructor.
loop(Collection) - Method in class edu.ull.cgunay.utils.UninterruptedIteration
 
loop(Collection) - Method in class edu.ull.cgunay.utils.Iteration
Iterates on c with the Task given in this class.
loop(Collection, Task) - Static method in class edu.ull.cgunay.utils.UninterruptedIteration
 
loop(Collection, Task) - Static method in class edu.ull.cgunay.utils.Iteration
Convenience method with Collection parameter, calls another loop() method.
loop(Iterator, Task) - Static method in class edu.ull.cgunay.utils.UninterruptedIteration
 
loop(Iterator, Task) - Static method in class edu.ull.cgunay.utils.Iteration
Loop on Iterator values calling Task.
loop(Object[]) - Method in class edu.ull.cgunay.utils.UninterruptedIteration
Convenience method with Collection parameter, calls another loop() method.
loop(Object[]) - Method in class edu.ull.cgunay.utils.Iteration
Convenience method with Collection parameter, calls another loop() method.
loop(Object[], Task) - Static method in class edu.ull.cgunay.utils.UninterruptedIteration
 
loop(Object[], Task) - Static method in class edu.ull.cgunay.utils.Iteration
Loop on Object[] values calling Task.

M

MatLab - class edu.ull.cgunay.plots.MatLab.
Grapher implementation for plotting with the MatLab program.
MatLab.Axis - class edu.ull.cgunay.plots.MatLab.Axis.
Overriding original Axis definition.
MatLab.Axis() - Constructor for class edu.ull.cgunay.plots.MatLab.Axis
 
MatLab.DefaultDataType - class edu.ull.cgunay.plots.MatLab.DefaultDataType.
Simple plot command type.
MatLab.DefaultDataType() - Constructor for class edu.ull.cgunay.plots.MatLab.DefaultDataType
 
MatLab.ErrorDataType - class edu.ull.cgunay.plots.MatLab.ErrorDataType.
 
MatLab.ErrorDataType() - Constructor for class edu.ull.cgunay.plots.MatLab.ErrorDataType
 
MatLab.ImpulseDataType - class edu.ull.cgunay.plots.MatLab.ImpulseDataType.
 
MatLab.ImpulseDataType() - Constructor for class edu.ull.cgunay.plots.MatLab.ImpulseDataType
 
MatLab.MatLabDataType - class edu.ull.cgunay.plots.MatLab.MatLabDataType.
 
MatLab.MatLabDataType(String, String) - Constructor for class edu.ull.cgunay.plots.MatLab.MatLabDataType
 
MatLab.MultiAxes - class edu.ull.cgunay.plots.MatLab.MultiAxes.
 
MatLab.MultiAxes(Grapher.Axis[]) - Constructor for class edu.ull.cgunay.plots.MatLab.MultiAxes
 
MatLab.MultiAxes(List) - Constructor for class edu.ull.cgunay.plots.MatLab.MultiAxes
 
MatLab.PatternIterator - class edu.ull.cgunay.plots.MatLab.PatternIterator.
If multiple datasets are plotted on same axis, cycle through these (only required for stupid Matlab).
MatLab.PatternIterator() - Constructor for class edu.ull.cgunay.plots.MatLab.PatternIterator
 
MatLab() - Constructor for class edu.ull.cgunay.plots.MatLab
Spawns matlab interpreter and defines datatypes.
max(Range, Range) - Static method in class edu.ull.cgunay.plots.Range
Returns the union of two ranges, that is the maximal range including both ranges.
maxExpression() - Method in class edu.ull.cgunay.plots.Grapher.ErrorData
Returns the upper limit expression for each data point.
maxValue - Variable in class edu.ull.cgunay.plots.ErrorValue
 
maxValues - Variable in class edu.ull.cgunay.plots.Grapher.ErrorData
Vectors representing values and their corresponding minimum and maximum limits.
minExpression() - Method in class edu.ull.cgunay.plots.Grapher.ErrorData
Returns the lower limit expression for each data point.
minValue - Variable in class edu.ull.cgunay.plots.ErrorValue
 
minValues - Variable in class edu.ull.cgunay.plots.Grapher.ErrorData
Vectors representing values and their corresponding minimum and maximum limits.
msg - Variable in class edu.ull.cgunay.plots.Grapher
Reader of the output stream of the grapher process.
mul(String, String) - Method in class edu.ull.cgunay.plots.MatLab
Returns a String that is a scalar product for MatLab which is "(a) .* (b)".
mul(String, String) - Method in class edu.ull.cgunay.plots.Plot
 
mul(String, String) - Method in class edu.ull.cgunay.plots.Grapher
Returns a String that multiplies two parameters for the Grapher.
MultiDataPlot - class edu.ull.cgunay.plots.MultiDataPlot.
A plot that can contain multiple axes, each containing multiple datasets.
MultiDataPlot(AxisTemplate[]) - Constructor for class edu.ull.cgunay.plots.MultiDataPlot
Creates a new MultiDataPlot instance from AxisTemplates.
MultiDataPlot(AxisTemplate[], Range) - Constructor for class edu.ull.cgunay.plots.MultiDataPlot
Creates a new MultiDataPlot instance from AxisTemplates.
MultiDataPlot(List) - Constructor for class edu.ull.cgunay.plots.MultiDataPlot
Creates a new MultiDataPlot instance from a List of Grapher.Axis.
multiPlot(Collection, PrintStream) - Method in class edu.ull.cgunay.plots.GNUPlot
Not implemented yet!
multiPlot(Collection, PrintStream) - Method in class edu.ull.cgunay.plots.MatLab
Initial implementation of a collection of separate plots appear on one figure aligend vertically with matching ranges.
multiPlot(Collection, PrintStream) - Method in class edu.ull.cgunay.plots.Grapher
Multiple plots in the same window, arranged one on top of the other with same range.
multiPlot(Plot[], PrintStream) - Method in class edu.ull.cgunay.plots.Grapher
 

N

name - Variable in class edu.ull.cgunay.plots.Grapher.DataType
 
neg(String) - Method in class edu.ull.cgunay.plots.Plot
 
neg(String) - Method in class edu.ull.cgunay.plots.Grapher
Returns a String that negates the parameter for the Grapher.
newAxis() - Method in class edu.ull.cgunay.plots.MatLab.PatternIterator
Reset iterators for at the beginning of each axis.
nextHandle() - Method in class edu.ull.cgunay.plots.MatLab.PatternIterator
Describe nextHandle method here.
nextPattern() - Method in class edu.ull.cgunay.plots.MatLab.PatternIterator
Get the next pattern string.

O

o - Variable in class edu.ull.cgunay.utils.Objective
 
Objective - class edu.ull.cgunay.utils.Objective.
 
Objective(ParallelTask, Task, Object) - Constructor for class edu.ull.cgunay.utils.Objective
 
out - Variable in class edu.ull.cgunay.plots.Grapher
The output stream that is connected to the grapher process.
overhead - Static variable in class edu.ull.cgunay.plots.Profile
Constant to be added to range expressions for making the end inlusive.

P

ParallelTask - class edu.ull.cgunay.utils.ParallelTask.
Parallel analog of an iteration where a given task is executed on each of the items of a collection concurrently.
ParallelTask(Collection, Task) - Constructor for class edu.ull.cgunay.utils.ParallelTask
Set collection and task.
paren(String) - Method in class edu.ull.cgunay.plots.Grapher
Returns a String that parenthesizes the parameter for the Grapher.
patterns - Variable in class edu.ull.cgunay.plots.MatLab
 
plot - Variable in class edu.ull.cgunay.plots.PlotHandle
The description of the Plot encapsulated.
Plot - class edu.ull.cgunay.plots.Plot.
Grapher independent description for plots.
Plot() - Constructor for class edu.ull.cgunay.plots.Plot
Calls other constructors with null params.
plot(Grapher) - Method in class edu.ull.cgunay.plots.Plot
Deprecated. Grapher handles things by directly calling Grapher.plotToString() and using the PlotHandle
Plot(String, Range) - Constructor for class edu.ull.cgunay.plots.Plot
 
plotCommand(Grapher.Data) - Method in class edu.ull.cgunay.plots.MatLab.DefaultDataType
Process the data for MatLab.
plotCommand(Grapher.Data) - Method in class edu.ull.cgunay.plots.MatLab.ImpulseDataType
TODO: Unify this with DefaultDataType.
plotCommand(Grapher.Data) - Method in class edu.ull.cgunay.plots.MatLab.ErrorDataType
TODO: Unify this with DefaultDataType.
plotCommand(Grapher.Data) - Method in class edu.ull.cgunay.plots.Grapher.DataType
Generates the plot command for the grapher for given data.
PlotHandle - class edu.ull.cgunay.plots.PlotHandle.
Entity that associates a plot and a grapher at display time.
PlotHandle(Collection, Grapher, int) - Constructor for class edu.ull.cgunay.plots.PlotHandle
Association of a plot group with the grapher.
PlotHandle(Plot, Grapher, int) - Constructor for class edu.ull.cgunay.plots.PlotHandle
Association of a plot with the grapher.
plots - Variable in class edu.ull.cgunay.plots.PlotHandle
The description of the Plot collection encapsulated.
plotToString(Plot) - Method in class edu.ull.cgunay.plots.GNUPlot
Deprecated. See MatLab
plotToString(SimplePlot) - Method in class edu.ull.cgunay.plots.MatLab
Deprecated.  
plotToString(SimplePlot) - Method in class edu.ull.cgunay.plots.Grapher
Deprecated.  
plotToString(SpikePlot) - Method in class edu.ull.cgunay.plots.GNUPlot
 
plotToString(SpikePlot) - Method in class edu.ull.cgunay.plots.MatLab
Deprecated.  
plotToString(SpikePlot) - Method in class edu.ull.cgunay.plots.Grapher
Deprecated.  
plotToStringAlt(Plot) - Method in class edu.ull.cgunay.plots.MatLab
Alternative to plotToString, supposed to replace it soon.
plotToStringAlt(Plot) - Method in class edu.ull.cgunay.plots.Grapher
When defined, should call plot.recipe.
points - Variable in class edu.ull.cgunay.plots.Grapher
Number of points on the graph, default is 100.
preamble() - Method in class edu.ull.cgunay.plots.SimplePlot
Returns a preamble to appear before the plot command.
preamble() - Method in class edu.ull.cgunay.plots.Grapher.Data
Put preambles in this method.
preamble(Grapher) - Method in class edu.ull.cgunay.plots.SimplePlot
Returns a preamble to appear before the plot command.
prepare(Grapher) - Method in class edu.ull.cgunay.plots.SimplePlot
Prepare the axis and data variables with given grapher.
process - Variable in class edu.ull.cgunay.plots.Grapher
The runtime process of the spawned grapher program.
Profilable - class edu.ull.cgunay.plots.Profilable.
An entity whose contents can be recorded in a Profile.
Profilable() - Constructor for class edu.ull.cgunay.plots.Profilable
Dummy constructor.
ProfilableDouble - class edu.ull.cgunay.plots.ProfilableDouble.
Encapsulation of a double value as a Profilable entity.
ProfilableDouble(double) - Constructor for class edu.ull.cgunay.plots.ProfilableDouble
 
profile - Variable in class edu.ull.cgunay.plots.ProfilePlot
 
profile - Variable in class edu.ull.cgunay.plots.Grapher.ProfileData
 
Profile - class edu.ull.cgunay.plots.Profile.
Records the (time) profile of a variable Profilable entity.
Profile() - Constructor for class edu.ull.cgunay.plots.Profile
Dummy constructor.
Profile(Profilable, Object) - Constructor for class edu.ull.cgunay.plots.Profile
Starts recording entity at given time.
profile(Profile, Range) - Method in class edu.ull.cgunay.plots.Plot
 
profile(Profile, Range) - Method in class edu.ull.cgunay.plots.Grapher
Returns a string representation of a Profile for a given Range.
ProfilePlot - class edu.ull.cgunay.plots.ProfilePlot.
Plots a time profile of an double entity changing in time.
ProfilePlot(Profile) - Constructor for class edu.ull.cgunay.plots.ProfilePlot
 
ProfilePlot(String, Range, Profile) - Constructor for class edu.ull.cgunay.plots.ProfilePlot
 
propertyName - Variable in class edu.ull.cgunay.plots.Grapher.DataType
Maybe for additional properties?

Q

quote(String) - Method in class edu.ull.cgunay.plots.MatLab
Matlab style 'quoting'.
quote(String) - Method in class edu.ull.cgunay.plots.Grapher
Quotes the given string.

R

range - Variable in class edu.ull.cgunay.plots.AxisTemplate
Range of the plot.
range - Variable in class edu.ull.cgunay.plots.Grapher.PreciseProfileData
Range to draw the plot.
range - Variable in class edu.ull.cgunay.plots.Plot
Range of the plot.
range - Variable in class edu.ull.cgunay.plots.Grapher.Axis
 
range - Variable in class edu.ull.cgunay.plots.Grapher.ProfileData
Range to draw the plot.
Range - class edu.ull.cgunay.plots.Range.
Holds the pair of doubles indicating a range of a variable.
Range(double, double) - Constructor for class edu.ull.cgunay.plots.Range
 
range(Range) - Method in class edu.ull.cgunay.plots.MatLab
Returns range in the matlab format "a:(b-a)/points:b"
range(Range) - Method in class edu.ull.cgunay.plots.Plot
 
range(Range) - Method in class edu.ull.cgunay.plots.Grapher
Returns a String that gives a range for the Grapher.
recipe(Grapher) - Method in class edu.ull.cgunay.plots.MultiDataPlot
Renders given AxisTemplates to create Grapher.Axis's with the given Grapher.
recipe(Grapher) - Method in class edu.ull.cgunay.plots.SuperposedDataPlot
Combines given datasets to be displayed on a single axis.
recipe(Grapher) - Method in class edu.ull.cgunay.plots.ErrorBarPlot
Creates an "errorbar" type dataset for the spike plot and associates with a single axis.
recipe(Grapher) - Method in class edu.ull.cgunay.plots.SingleDataPlot
Creates an "errorbar" type dataset for the spike plot and associates with a single axis.
recipe(Grapher) - Method in class edu.ull.cgunay.plots.ProfilePlot
Create a ProfileData object, and send to the Axis.
recipe(Grapher) - Method in class edu.ull.cgunay.plots.SpikePlot
Creates a "impulse" type dataset for the spike plot and associates with a single axis.
recipe(Grapher) - Method in class edu.ull.cgunay.plots.Plot
A new way to describe plots in terms of Grapher capabilities.
recipe(Grapher) - Method in class edu.ull.cgunay.plots.SimplePlot
A new way to describe plots in terms of Grapher capabilities.
RemoveFromIterationException - exception edu.ull.cgunay.utils.RemoveFromIterationException.
Thrown in the job() of an iteration (see class Iteration) to indicate that the current object need be removed from the underlying collection.
RemoveFromIterationException() - Constructor for class edu.ull.cgunay.utils.RemoveFromIterationException
 
reset() - Method in class edu.ull.cgunay.utils.ParallelTask
Resets value of runcount to max # of threads.
response() - Method in class edu.ull.cgunay.plots.Grapher
Returns the standard and error outputs of the process if available.
retval - Variable in class edu.ull.cgunay.utils.StringTask
Variable holding the String accumulated during iteration.
run() - Method in class edu.ull.cgunay.utils.Objective
 
runcount - Variable in class edu.ull.cgunay.utils.ParallelTask
Semaphore for threads that are running.

S

separator - Variable in class edu.ull.cgunay.utils.StringTask
String to be put between elements by default.
setAxisHandle(String) - Method in class edu.ull.cgunay.plots.MatLab.MatLabDataType
Set the AxisHandle value.
setDatas(Grapher.Data[]) - Method in class edu.ull.cgunay.plots.AxisTemplate
Sets the value of datas
setDataType(String) - Method in class edu.ull.cgunay.plots.Grapher.Data
Looks up the name from dataTypes.
setEnd(double) - Method in class edu.ull.cgunay.plots.Range
Set the value of end.
setFontSize(int) - Method in class edu.ull.cgunay.plots.AxisTemplate
Set the FontSize value.
setFontSize(int) - Method in class edu.ull.cgunay.plots.Plot
Set the FontSize value.
setFontSize(int) - Method in class edu.ull.cgunay.plots.Grapher.Axis
Set the FontSize value.
setGrapher(Grapher) - Method in class edu.ull.cgunay.plots.Plot
Set the value of grapher.
setLabel(String) - Method in class edu.ull.cgunay.plots.Plot
Set the value of label.
setLabel(String) - Method in class edu.ull.cgunay.plots.Grapher.Data
Set the value of label.
setPoints(int) - Method in class edu.ull.cgunay.plots.Grapher
Set the value of points.
setRange(Range) - Method in class edu.ull.cgunay.plots.AxisTemplate
Set the value of range.
setRange(Range) - Method in class edu.ull.cgunay.plots.Grapher.PreciseProfileData
Set the value of range.
setRange(Range) - Method in class edu.ull.cgunay.plots.Plot
Set the value of range.
setRange(Range) - Method in class edu.ull.cgunay.plots.Grapher.Axis
Set the value of range.
setRange(Range) - Method in class edu.ull.cgunay.plots.Grapher.ProfileData
Set the value of range.
setSpikes(Vector) - Method in class edu.ull.cgunay.plots.SpikePlot
Set the value of spikes.
setStart(double) - Method in class edu.ull.cgunay.plots.Range
Set the value of start.
setTitle(String) - Method in class edu.ull.cgunay.plots.AxisTemplate
Set the value of title.
setTitle(String) - Method in class edu.ull.cgunay.plots.Plot
Set the value of title.
setTitle(String) - Method in class edu.ull.cgunay.plots.Grapher.Axis
Set the value of title.
setWindow(int) - Method in class edu.ull.cgunay.plots.GNUPlot
 
setWindow(int) - Method in class edu.ull.cgunay.plots.MatLab
Opens new matlab figure.
setWindow(int) - Method in class edu.ull.cgunay.plots.Grapher
Sets the current plot window according to grapher platform.
setXLabel(String) - Method in class edu.ull.cgunay.plots.AxisTemplate
Set the value of xLabel.
setXLabel(String) - Method in class edu.ull.cgunay.plots.Plot
Set the value of xLabel.
setXLabel(String) - Method in class edu.ull.cgunay.plots.Grapher.Axis
Set the value of xLabel.
setYLabel(String) - Method in class edu.ull.cgunay.plots.AxisTemplate
Set the value of yLabel.
setYLabel(String) - Method in class edu.ull.cgunay.plots.Plot
Set the value of yLabel.
setYLabel(String) - Method in class edu.ull.cgunay.plots.Grapher.Axis
Set the value of yLabel.
SimplePlot - class edu.ull.cgunay.plots.SimplePlot.
A simple single axis, single data plot.
SimplePlot(String, Range) - Constructor for class edu.ull.cgunay.plots.SimplePlot
 
Simulation - interface edu.ull.cgunay.utils.Simulation.
A general steppable simulation abstraction.
SingleDataPlot - class edu.ull.cgunay.plots.SingleDataPlot.
Plots a single dataset in a single axis.
SingleDataPlot(Range, Grapher.Data) - Constructor for class edu.ull.cgunay.plots.SingleDataPlot
Takes a dataset to plot.
SpikePlot - class edu.ull.cgunay.plots.SpikePlot.
Plot of a collection of spike timings.
SpikePlot(String, Range, Vector) - Constructor for class edu.ull.cgunay.plots.SpikePlot
 
SpikePlot(Vector) - Constructor for class edu.ull.cgunay.plots.SpikePlot
 
spikes - Variable in class edu.ull.cgunay.plots.SpikePlot
Values of the spikes to be plotted.
start - Variable in class edu.ull.cgunay.plots.Range
Start of the range.
step() - Method in interface edu.ull.cgunay.utils.Simulation
Step function of the simulator.
step() - Method in class edu.ull.cgunay.utils.ParallelTask
Does the following: Wait for all threads to go in wait() (until waitcount = max) Notify all of them, therefore make them execute the task.
stop() - Method in interface edu.ull.cgunay.utils.Simulation
Releases resources, leaving it unsteppable.
stop() - Method in class edu.ull.cgunay.utils.ParallelTask
Terminates all threads, presumably releasing all resources.
StringTask - class edu.ull.cgunay.utils.StringTask.
Iteration task that accumulates a String value.
StringTask() - Constructor for class edu.ull.cgunay.utils.StringTask
Dummy constructor.
StringTask(String) - Constructor for class edu.ull.cgunay.utils.StringTask
Initialize the accumulated String to the argument.
StringTask(String, String) - Constructor for class edu.ull.cgunay.utils.StringTask
Wrap the accumulated String with an initial prefix and a final appendix.
StringTask(String, String, String) - Constructor for class edu.ull.cgunay.utils.StringTask
Also accepts a default separator string to put between elements.
sub(String, String) - Method in class edu.ull.cgunay.plots.Plot
 
sub(String, String) - Method in class edu.ull.cgunay.plots.Grapher
Returns a String that subtracts two parameters for the Grapher.
SuperposedDataPlot - class edu.ull.cgunay.plots.SuperposedDataPlot.
Plots multiple datasets on a single axis.
SuperposedDataPlot.AxisFactory - class edu.ull.cgunay.plots.SuperposedDataPlot.AxisFactory.
 
SuperposedDataPlot.AxisFactory(AxisTemplate) - Constructor for class edu.ull.cgunay.plots.SuperposedDataPlot.AxisFactory
Creates a new AxisFactory instance that will create a Grapher.Axis from an AxisTemplate.
SuperposedDataPlot.AxisFactory(Grapher.Data[], HasAxisLabels) - Constructor for class edu.ull.cgunay.plots.SuperposedDataPlot.AxisFactory
Creates a new AxisFactory instance.
SuperposedDataPlot(Range) - Constructor for class edu.ull.cgunay.plots.SuperposedDataPlot
Creates a new SuperposedDataPlot instance for internal use by subclasses.
SuperposedDataPlot(Range, Grapher.Data[]) - Constructor for class edu.ull.cgunay.plots.SuperposedDataPlot
Takes a dataset to plot.
SuperposedDataPlot(Range, List) - Constructor for class edu.ull.cgunay.plots.SuperposedDataPlot
Takes a List of datasets to plot.
superposedPlot(String, Collection, PrintStream) - Method in class edu.ull.cgunay.plots.MatLab
Initial implementation of a superposed collection of plots appearing on one figure.
superposedPlot(String, Collection, PrintStream) - Method in class edu.ull.cgunay.plots.Grapher
Multiple datasets on the same axis.
superposedPlot(String, Plot[], PrintStream) - Method in class edu.ull.cgunay.plots.Grapher
 

T

task - Variable in class edu.ull.cgunay.utils.ParallelTask
Task to be executed at each step by each thread.
task - Variable in class edu.ull.cgunay.utils.Objective
 
Task - interface edu.ull.cgunay.utils.Task.
Interface to describe a task that takes one argument.
TaskException - exception edu.ull.cgunay.utils.TaskException.
Base class for exceptions thwrown from Iteration related procedures.
TaskException() - Constructor for class edu.ull.cgunay.utils.TaskException
 
TaskWithParam - interface edu.ull.cgunay.utils.TaskWithParam.
Interface to describe a task that takes one additional argument other than the object.
TaskWithReturn - interface edu.ull.cgunay.utils.TaskWithReturn.
Contains additional method for returning an intermediate value from task.
threads - Variable in class edu.ull.cgunay.utils.ParallelTask
Group together the threads in order to terminate them at once.
title - Variable in class edu.ull.cgunay.plots.AxisTemplate
Plot title.
title - Variable in class edu.ull.cgunay.plots.Plot
Plot title.
title - Variable in class edu.ull.cgunay.plots.Grapher.Axis
Plot title.
titleString(HasAxisLabels) - Method in class edu.ull.cgunay.plots.MatLab
Returns a proper title statement in MatLab if available.
toString() - Method in class edu.ull.cgunay.plots.ErrorValue
 
toString() - Method in class edu.ull.cgunay.plots.Plot
Give title or label as part of description.

U

UninterruptedIteration - class edu.ull.cgunay.utils.UninterruptedIteration.
Loop until a break without complaining.
UninterruptedIteration() - Constructor for class edu.ull.cgunay.utils.UninterruptedIteration
 
UninterruptedIteration(Collection) - Constructor for class edu.ull.cgunay.utils.UninterruptedIteration
 
update(Observable, Object) - Method in class edu.ull.cgunay.plots.Profile
Called when notified of change of the entity.

V

value - Variable in class edu.ull.cgunay.plots.ErrorValue
 
value - Variable in class edu.ull.cgunay.plots.ProfilableDouble
 
values - Variable in class edu.ull.cgunay.plots.Grapher.PreciseProfileData
Vectors representing values and their corresponding minimum and maximum limits.
values - Variable in class edu.ull.cgunay.plots.Grapher.ErrorData
Vectors representing values and their corresponding minimum and maximum limits.
variable(String) - Method in class edu.ull.cgunay.plots.Plot
 
variable(String) - Method in class edu.ull.cgunay.plots.Grapher
Returns a String that represents the given variable for the Grapher.
variables - Variable in class edu.ull.cgunay.plots.Grapher.Data
Variables used by this plot data definition. name->Range or name->vector pairs.

W

waitcount - Variable in class edu.ull.cgunay.utils.ParallelTask
Semaphore for threads that are waiting.
waitForResponse() - Method in class edu.ull.cgunay.plots.Grapher
Wait until a response comes from either the output or error streams of the process.
windowNumber - Variable in class edu.ull.cgunay.plots.PlotHandle
The windowNumber in the associated Grapher.
windowNumber - Variable in class edu.ull.cgunay.plots.Grapher
The number of the window in which the plot will appear.
writeEPS(PlotHandle, String) - Method in class edu.ull.cgunay.plots.GNUPlot
Sets terminal type to postscript eps and directs the output to given filename.
writeEPS(PlotHandle, String) - Method in class edu.ull.cgunay.plots.MatLab
 
writeEPS(PlotHandle, String) - Method in class edu.ull.cgunay.plots.Grapher
Exports an EPS file of the previously visualized (required) plot.
writeEPS(String) - Method in class edu.ull.cgunay.plots.PlotHandle
Exports an EPS file of the current plot with the grapher.
writeEPSbw(PlotHandle, String) - Method in class edu.ull.cgunay.plots.MatLab
 
writeEPSbw(PlotHandle, String) - Method in class edu.ull.cgunay.plots.Grapher
Exports a black-n-white EPS file of the previously visualized (required) plot.
writeEPSbw(String) - Method in class edu.ull.cgunay.plots.PlotHandle
Exports an black/white EPS file of the current plot with the grapher.

X

xAxis - Variable in class edu.ull.cgunay.plots.Grapher.PreciseProfileData
Vectors representing values and their corresponding minimum and maximum limits.
xAxis - Variable in class edu.ull.cgunay.plots.Grapher.ErrorData
Vectors representing values and their corresponding minimum and maximum limits.
xExpression() - Method in class edu.ull.cgunay.plots.Grapher.PreciseProfileData
 
xExpression() - Method in class edu.ull.cgunay.plots.Grapher.Data
Expression to appear on the x-axis part of the plot command.
xExpression() - Method in class edu.ull.cgunay.plots.Grapher.ProfileData
Currently just returns the variable "t" being the default range variable.
xExpression() - Method in class edu.ull.cgunay.plots.Grapher.ErrorData
 
xExpression() - Method in class edu.ull.cgunay.plots.Grapher.VerticalBar
 
xLabel - Variable in class edu.ull.cgunay.plots.AxisTemplate
Label for the x-axis.
xLabel - Variable in class edu.ull.cgunay.plots.Plot
Label for the x-axis.
xLabel - Variable in class edu.ull.cgunay.plots.Grapher.Axis
Label for the x-axis.
xLabelString(HasAxisLabels) - Method in class edu.ull.cgunay.plots.MatLab
Returns a proper statement in MatLab to set the x-axis label if available.

Y

yExpression() - Method in class edu.ull.cgunay.plots.Grapher.PreciseProfileData
 
yExpression() - Method in class edu.ull.cgunay.plots.Grapher.Data
Expression to appear on the x-axis part of the plot command.
yExpression() - Method in class edu.ull.cgunay.plots.Grapher.ProfileData
 
yExpression() - Method in class edu.ull.cgunay.plots.Grapher.ErrorData
 
yExpression() - Method in class edu.ull.cgunay.plots.Grapher.VerticalBar
 
yLabel - Variable in class edu.ull.cgunay.plots.AxisTemplate
Label for the x-axis.
yLabel - Variable in class edu.ull.cgunay.plots.Plot
Label for the x-axis.
yLabel - Variable in class edu.ull.cgunay.plots.Grapher.Axis
Label for the y-axis.
yLabelString(HasAxisLabels) - Method in class edu.ull.cgunay.plots.MatLab
Returns a proper statement in MatLab to set the y-axis label if available.

A B C D E F G H I J L M N O P Q R S T U V W X Y