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

A

AbstractPlot - Class in com.panayotis.gnuplot.plot
This is the base class of all plot objects.
AbstractPlot() - Constructor for class com.panayotis.gnuplot.plot.AbstractPlot
General purpose constructor of a generic plot object
AbstractPlotter - Class in de.h2b.java.lib.data.plotting
Provides functionality and data common to all Plotter implementations.
AbstractPlotter() - Constructor for class de.h2b.java.lib.data.plotting.AbstractPlotter
 
accumulate(String, long) - Method in class de.h2b.java.lib.util.Statistics
Adds the given value to the statistics entry with the specified name, if it already exists; puts a new entry into this statistics otherwise.
accumulateAll(Statistics) - Method in class de.h2b.java.lib.util.Statistics
Accumulates all entries of the other statistics to this one.
add(ArrayList<String>) - Method in class com.panayotis.gnuplot.dataset.GenericDataSet
Add a new point to this DataSet
add(int, ArrayList<String>) - Method in class com.panayotis.gnuplot.dataset.GenericDataSet
Add a new point to this DataSet at a specified position
add(Point<N>) - Method in class com.panayotis.gnuplot.dataset.PointDataSet
Add a new point to this DataSet
add(int, Point<N>) - Method in class com.panayotis.gnuplot.dataset.PointDataSet
Add a new point to this DataSet at a specified position
addAll(Collection<? extends ArrayList<String>>) - Method in class com.panayotis.gnuplot.dataset.GenericDataSet
Add a collection of points to this DataSet
addAll(int, Collection<? extends ArrayList<String>>) - Method in class com.panayotis.gnuplot.dataset.GenericDataSet
Add a collection of points to this DataSet starting at a specified position if there are data at the specified position, these will be shifted
addAll(Collection<? extends Point<N>>) - Method in class com.panayotis.gnuplot.dataset.PointDataSet
Add a collection of points to this DataSet
addAll(int, Collection<? extends Point<N>>) - Method in class com.panayotis.gnuplot.dataset.PointDataSet
Add a collection of points to this DataSet starting at a specified position if there are data at the specified position, these will be shifted
addGraph(Graph) - Method in class com.panayotis.gnuplot.GNUPlot
Add a defined graph to this GNUPlot object.
addGraph(Graph) - Method in class com.panayotis.gnuplot.GNUPlotParameters
Add a defined graph.
addPlot(Plot) - Method in class com.panayotis.gnuplot.GNUPlot
Add a new Plot
addPlot(Plot) - Method in class com.panayotis.gnuplot.GNUPlotParameters
Add a new plot to the default plot group.
addPlot(double[][]) - Method in class com.panayotis.gnuplot.JavaPlot
 
addPlot(float[][]) - Method in class com.panayotis.gnuplot.JavaPlot
 
addPlot(int[][]) - Method in class com.panayotis.gnuplot.JavaPlot
 
addPlot(long[][]) - Method in class com.panayotis.gnuplot.JavaPlot
 
addPlot(String) - Method in class com.panayotis.gnuplot.JavaPlot
 
addPlot(DataSet) - Method in class com.panayotis.gnuplot.JavaPlot
 
addPlot(Plot) - Method in class com.panayotis.gnuplot.plot.Graph
Add a new plot to this plot group.
addPoint(N...) - Method in class com.panayotis.gnuplot.dataset.PointDataSet
Add a new point to the data set, given the values for each dimension.
after(Day) - Method in class de.h2b.java.lib.util.Day
 
appendProperties(StringBuilder) - Method in class com.panayotis.gnuplot.PropertiesHolder
Retrieve the list of the stored key-value pairs in this object.
appendProperties(StringBuilder) - Method in class com.panayotis.gnuplot.style.FillStyle
Retrieve information for this style.
appendProperties(StringBuilder) - Method in class com.panayotis.gnuplot.style.PlotStyle
Gather the properties of this style.
application(Function, Matrix<Double>) - Static method in class de.h2b.java.lib.math.linalg.Matrices
Returns a copy of the matrix with the given function applied to each element.
application(Function, Vector<Double>) - Static method in class de.h2b.java.lib.math.linalg.Vectors
Returns a copy of the vector with the given function applied to each element.
applies(T) - Method in interface de.h2b.java.lib.util.Predicate
Returns if something applies to some predicate.
apply(int) - Method in interface de.h2b.java.lib.data.plotting.AxisFunction
 
apply(int) - Method in class de.h2b.java.lib.data.plotting.Increment
 
apply(double) - Method in interface de.h2b.java.lib.math.linalg.Function
 
ArrayDataSet - Class in com.panayotis.gnuplot.dataset
Store data sets in a static primitive 2D array
ArrayDataSet(double[][]) - Constructor for class com.panayotis.gnuplot.dataset.ArrayDataSet
Creates a new instance of ArrayDataSet from a double precision 2D array
ArrayDataSet(float[][]) - Constructor for class com.panayotis.gnuplot.dataset.ArrayDataSet
Creates a new instance of ArrayDataSet from a float precision 2D array
ArrayDataSet(int[][]) - Constructor for class com.panayotis.gnuplot.dataset.ArrayDataSet
Creates a new instance of ArrayDataSet from a int precision 2D array
ArrayDataSet(long[][]) - Constructor for class com.panayotis.gnuplot.dataset.ArrayDataSet
Creates a new instance of ArrayDataSet from a long precision 2D array
ArrayDataSet(String[][]) - Constructor for class com.panayotis.gnuplot.dataset.ArrayDataSet
Deprecated. 
asArray() - Method in class de.h2b.java.lib.math.linalg.DoubleMatrix
 
asArray() - Method in class de.h2b.java.lib.math.linalg.DoubleVector
 
asArray() - Method in interface de.h2b.java.lib.math.linalg.Matrix
 
asArray() - Method in interface de.h2b.java.lib.math.linalg.Vector
 
asList() - Method in class de.h2b.java.lib.math.linalg.DoubleMatrix
 
asList() - Method in class de.h2b.java.lib.math.linalg.DoubleVector
 
asList() - Method in interface de.h2b.java.lib.math.linalg.Matrix
 
asList() - Method in interface de.h2b.java.lib.math.linalg.Vector
 
AttributeChecker<A> - Class in de.h2b.java.lib.util
A class that checks a set of attributes against a set of required and another set of optional attributes.
AttributeChecker(Set<A>, Set<A>, Set<A>) - Constructor for class de.h2b.java.lib.util.AttributeChecker
Constructs a new attribute checker.
AutoGraphLayout - Class in com.panayotis.gnuplot.layout
Align graphs evenly on the page, in a grid layout, based on If you manually set metrics and use this, these metrics will be lost
AutoGraphLayout() - Constructor for class com.panayotis.gnuplot.layout.AutoGraphLayout
Create a new automatic grid layout.
Axis - Class in com.panayotis.gnuplot.plot
This class represents the various axes of the plot.
AxisFunction - Interface in de.h2b.java.lib.data.plotting
 

B

before(Day) - Method in class de.h2b.java.lib.util.Day
 

C

checkNonNegative(int) - Static method in class de.h2b.java.lib.data.plotting.AbstractPlotter
 
checkNull(Object) - Static method in class de.h2b.java.lib.data.plotting.AbstractPlotter
 
checkNumberFormat(String) - Method in class com.panayotis.gnuplot.dataset.parser.DoubleDataParser
Check whether this String represents a Double number
checkNumberFormat(String) - Method in class com.panayotis.gnuplot.dataset.parser.FloatDataParser
Check whether this String represents a Float number
checkNumberFormat(String) - Method in class com.panayotis.gnuplot.dataset.parser.IntegerDataParser
Check whether this String represents a Integer number
checkNumberFormat(String) - Method in class com.panayotis.gnuplot.dataset.parser.LongDataParser
Check whether this String represents a Long number
checkNumberFormat(String) - Method in class com.panayotis.gnuplot.dataset.parser.NumericDataParser
Check whether this String represents a number
clear() - Method in class de.h2b.java.lib.util.Statistics
Removes all entries from this statistics.
coefficientOfVariationOfRootMeanSquareDeviation() - Method in class de.h2b.java.lib.data.evaluator.Evaluator
Note that elements of the resulting vector become infinite if the corresponding column of b has a zero mean.
col(int) - Method in class de.h2b.java.lib.math.linalg.DoubleMatrix
 
col(int) - Method in interface de.h2b.java.lib.math.linalg.Matrix
The index range is [0, width-1].
Collections - Class in de.h2b.java.lib.util
Provides some generic utility methods for collections.
Collections() - Constructor for class de.h2b.java.lib.util.Collections
 
colsum(Matrix<Double>) - Static method in class de.h2b.java.lib.math.linalg.Matrices
 
COLUMNSFIRST - Static variable in class com.panayotis.gnuplot.layout.AutoGraphLayout
Draw rows or columns first
com.panayotis.gnuplot - package com.panayotis.gnuplot
 
com.panayotis.gnuplot.dataset - package com.panayotis.gnuplot.dataset
 
com.panayotis.gnuplot.dataset.parser - package com.panayotis.gnuplot.dataset.parser
 
com.panayotis.gnuplot.layout - package com.panayotis.gnuplot.layout
 
com.panayotis.gnuplot.plot - package com.panayotis.gnuplot.plot
 
com.panayotis.gnuplot.style - package com.panayotis.gnuplot.style
 
com.panayotis.gnuplot.swing - package com.panayotis.gnuplot.swing
 
com.panayotis.gnuplot.terminal - package com.panayotis.gnuplot.terminal
 
com.panayotis.gnuplot.utils - package com.panayotis.gnuplot.utils
 
compareTo(Day) - Method in class de.h2b.java.lib.util.Day
 
constructDataSet(Class<N>, Object) - Static method in class com.panayotis.gnuplot.dataset.PointDataSet
This is a convinient method to transform a statically defined primitive array to PointDataSet object.
contains(Collection<T>, Predicate<T>) - Static method in class de.h2b.java.lib.util.Collections
Returns true if the collection contains at least one element for which the predicate applies, otherwise fasle.
contourStyle - Variable in class de.h2b.java.lib.data.plotting.AbstractPlotter
 
createObjectForKey(String) - Method in class de.h2b.java.lib.util.FieldMapper
 
createTempFile(String) - Static method in class com.panayotis.gnuplot.utils.FileUtils
 
CRITICAL - Static variable in class com.panayotis.gnuplot.utils.Debug
Only critical information is presented
curveStyle - Variable in class de.h2b.java.lib.data.plotting.AbstractPlotter
 
CustomTerminal - Class in com.panayotis.gnuplot.terminal
This is a user specific terminal.
CustomTerminal(String, String) - Constructor for class com.panayotis.gnuplot.terminal.CustomTerminal
Create a new custom terminal

D

DataCleaner - Class in de.h2b.java.lib.util
Provides static methods to correct and complete entries of a data list.
DataParser - Interface in com.panayotis.gnuplot.dataset.parser
Use a specific numeric parser to check if the data provided are valid or not.
DataSet - Interface in com.panayotis.gnuplot.dataset
This is the generic interface which every data set object should provide.
DataSetPlot - Class in com.panayotis.gnuplot.plot
This plot uses data sets as coordinates of the points to e displayed.
DataSetPlot() - Constructor for class com.panayotis.gnuplot.plot.DataSetPlot
Create a new data set with a default data set.
DataSetPlot(double[][]) - Constructor for class com.panayotis.gnuplot.plot.DataSetPlot
Create a new data set with the specified double-precision array as a data set
DataSetPlot(float[][]) - Constructor for class com.panayotis.gnuplot.plot.DataSetPlot
Create a new data set with the specified float-precision array as a data set
DataSetPlot(int[][]) - Constructor for class com.panayotis.gnuplot.plot.DataSetPlot
Create a new data set with the specified integer-precision array as a data set
DataSetPlot(long[][]) - Constructor for class com.panayotis.gnuplot.plot.DataSetPlot
Create a new data set with the specified long-precision array as a data set
DataSetPlot(DataSet) - Constructor for class com.panayotis.gnuplot.plot.DataSetPlot
Create a new object with a specific data set
dateOf(double) - Static method in class de.h2b.java.lib.office.ExcelUtil
Converts Excel's internal date format, which is the number of days since 1900-01-01 formatted as double value.
DateUtil - Class in de.h2b.java.lib.util
Provides utilities for handling time values.
DateUtil() - Constructor for class de.h2b.java.lib.util.DateUtil
 
DateUtil.Weekday - Enum in de.h2b.java.lib.util
Maps weekdays to the Calendar.DAY_OF_WEEK field and long and short names, respectively.
Day - Class in de.h2b.java.lib.util
Represents an immutable calendar day.
Day(long) - Constructor for class de.h2b.java.lib.util.Day
 
Day() - Constructor for class de.h2b.java.lib.util.Day
Today.
Day(int, int, int) - Constructor for class de.h2b.java.lib.util.Day
 
Day(String, DateFormat) - Constructor for class de.h2b.java.lib.util.Day
String parsed by format.
Day(Date) - Constructor for class de.h2b.java.lib.util.Day
 
Day(Calendar) - Constructor for class de.h2b.java.lib.util.Day
 
DayIterator - Class in de.h2b.java.lib.util
 
DayIterator(Day, Day) - Constructor for class de.h2b.java.lib.util.DayIterator
Constructs a new iterator running for each day in the interval [from, until) (left bound inclusive, right bound exclusive).
DayIterator(Day, Day, int) - Constructor for class de.h2b.java.lib.util.DayIterator
Constructs a new iterator running by the specified step of days in the interval [from, until) (left bound inclusive, right bound exclusive).
de.h2b.java.lib.data.evaluator - package de.h2b.java.lib.data.evaluator
 
de.h2b.java.lib.data.plotting - package de.h2b.java.lib.data.plotting
 
de.h2b.java.lib.gson - package de.h2b.java.lib.gson
 
de.h2b.java.lib.math.linalg - package de.h2b.java.lib.math.linalg
 
de.h2b.java.lib.office - package de.h2b.java.lib.office
 
de.h2b.java.lib.util - package de.h2b.java.lib.util
 
de.h2b.java.lib.webservice - package de.h2b.java.lib.webservice
 
Debug - Class in com.panayotis.gnuplot.utils
This object is responsible to display debug and/or general information on any given Writer (by default to System.err) .
Debug() - Constructor for class com.panayotis.gnuplot.utils.Debug
Creates a new instance of Debug
debug() - Method in class de.h2b.java.lib.data.plotting.GnuPlotter
Switches debug mode on.
debug(String) - Static method in class de.h2b.java.lib.util.Logger
Convenience method logging a message on Level.DEBUG.
DefaultTerminal - Class in com.panayotis.gnuplot.terminal
The default GNUPlot terminal.
DefaultTerminal() - Constructor for class com.panayotis.gnuplot.terminal.DefaultTerminal
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class de.h2b.java.lib.gson.InterfaceAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class de.h2b.java.lib.gson.PatternAdapter
 
deviation() - Method in class de.h2b.java.lib.data.evaluator.Evaluator
 
diff(Day) - Method in class de.h2b.java.lib.util.Day
 
DoubleDataParser - Class in com.panayotis.gnuplot.dataset.parser
Parser for Double data
DoubleDataParser() - Constructor for class com.panayotis.gnuplot.dataset.parser.DoubleDataParser
Create a new numeric data parser for Double values
DoubleDataParser(boolean) - Constructor for class com.panayotis.gnuplot.dataset.parser.DoubleDataParser
Create a new Double data parser, with the information that the first column is in date format.
DoubleMatrix - Class in de.h2b.java.lib.math.linalg
An algebraic matrix of fixed height consisting of double elements organized by row vectors using defensive copies for all objects.
DoubleMatrix(int, int) - Constructor for class de.h2b.java.lib.math.linalg.DoubleMatrix
Creates an empty matrix (filled with zeros) with the specified number of rows and columns.
DoubleMatrix(double[][]) - Constructor for class de.h2b.java.lib.math.linalg.DoubleMatrix
Creates a new matrix from a copy of the given array.
DoubleMatrix(Double[][]) - Constructor for class de.h2b.java.lib.math.linalg.DoubleMatrix
Creates a new matrix from a copy of the given array.
DoubleMatrix(List<List<Double>>) - Constructor for class de.h2b.java.lib.math.linalg.DoubleMatrix
Creates a new matrix from a copy of the given list.
DoubleMatrix(Matrix<Double>) - Constructor for class de.h2b.java.lib.math.linalg.DoubleMatrix
Creates a new matrix as a copy of another matrix.
DoubleVector - Class in de.h2b.java.lib.math.linalg
An algebraic vector of fixed length consisting of double elements using defensive copies for all objects.
DoubleVector(int) - Constructor for class de.h2b.java.lib.math.linalg.DoubleVector
Creates an empty vector (filled with zeros) of the specified length.
DoubleVector(double[]) - Constructor for class de.h2b.java.lib.math.linalg.DoubleVector
Creates a new vector from a copy of the given array.
DoubleVector(Double[]) - Constructor for class de.h2b.java.lib.math.linalg.DoubleVector
Creates a new vector from a copy of the given array.
DoubleVector(List<Double>) - Constructor for class de.h2b.java.lib.math.linalg.DoubleVector
Creates a new vector from a copy of the given list.
DoubleVector(Vector<Double>) - Constructor for class de.h2b.java.lib.math.linalg.DoubleVector
Creates a new vector as a copy of another vector.
DOWNWARDS - Static variable in class com.panayotis.gnuplot.layout.AutoGraphLayout
Orientation of the graph layout

E

equals(Object) - Method in class de.h2b.java.lib.math.linalg.DoubleMatrix
 
equals(Object) - Method in class de.h2b.java.lib.math.linalg.DoubleVector
 
equals(Object) - Method in class de.h2b.java.lib.util.Day
 
ERROR - Static variable in class com.panayotis.gnuplot.utils.Debug
Only errors and critical information is presented
euklidianNorm(Vector<Double>) - Static method in class de.h2b.java.lib.math.linalg.Vectors
 
Evaluator - Class in de.h2b.java.lib.data.evaluator
Provides evaluation methods based on two matrices.
Evaluator(Matrix<Double>, Matrix<Double>) - Constructor for class de.h2b.java.lib.data.evaluator.Evaluator
 
Evaluator(List<List<Double>>, List<List<Double>>) - Constructor for class de.h2b.java.lib.data.evaluator.Evaluator
 
Evaluator(double[][], double[][]) - Constructor for class de.h2b.java.lib.data.evaluator.Evaluator
 
ExcelReader - Class in de.h2b.java.lib.office
Implements methods to read Excel sheets and convert the results into suitable data structures.
ExcelReader(InputStream) - Constructor for class de.h2b.java.lib.office.ExcelReader
Creates this object from a stream of excel data using the sheet with index 0.
ExcelReader(InputStream, int) - Constructor for class de.h2b.java.lib.office.ExcelReader
Creates this object from a stream of excel data using the sheet with the given index.
ExcelReader(File) - Constructor for class de.h2b.java.lib.office.ExcelReader
Creates this object from an excel file using the sheet with index 0.
ExcelReader(File, int) - Constructor for class de.h2b.java.lib.office.ExcelReader
Creates this object from an excel file using the sheet with the given index.
ExcelUtil - Class in de.h2b.java.lib.office
Wrapper for utilities to eliminate some Excel dependencies of callers.
ExcelUtil() - Constructor for class de.h2b.java.lib.office.ExcelUtil
 
ExcelWriter - Class in de.h2b.java.lib.office
 
ExcelWriter(File) - Constructor for class de.h2b.java.lib.office.ExcelWriter
Always creates a new file.
ExcelWriter(File, boolean) - Constructor for class de.h2b.java.lib.office.ExcelWriter
In appending mode, the file must already exist and contain valid Excel data; in non-appending mode, creates a new file.
ExcelWriter.FileFormat - Enum in de.h2b.java.lib.office
Enumerates Excel file format constants.
ExpandableTerminal - Class in com.panayotis.gnuplot.terminal
This is the base class of all special terminals found in JavaPlot.
ExpandableTerminal(String) - Constructor for class com.panayotis.gnuplot.terminal.ExpandableTerminal
Create a new Terminal with a given type
EXPANDCOLUMNS - Static variable in class com.panayotis.gnuplot.layout.StripeLayout
Information if rows or columns are added automatically
EXPANDROWS - Static variable in class com.panayotis.gnuplot.layout.StripeLayout
Information if rows or columns are added automatically

F

fatal(String) - Static method in class de.h2b.java.lib.util.Logger
Convenience method logging a message on Level.FATAL.
FieldMapper - Class in de.h2b.java.lib.util
Maps strings to fields of classes and provides methods to handle these fields.
FieldMapper() - Constructor for class de.h2b.java.lib.util.FieldMapper
 
FileDataSet - Class in com.panayotis.gnuplot.dataset
This object uses data sets already stored in files.
FileDataSet(File) - Constructor for class com.panayotis.gnuplot.dataset.FileDataSet
Creates a new instance of a data set, stored in a file.
FileTerminal - Class in com.panayotis.gnuplot.terminal
This Terminal supports file operations.
FileTerminal(String) - Constructor for class com.panayotis.gnuplot.terminal.FileTerminal
Creates a new instance of FileTerminal and output to stadard out
FileTerminal(String, String) - Constructor for class com.panayotis.gnuplot.terminal.FileTerminal
Creates a new instance of FileTerminal and output to a specific file
FileUtils - Class in com.panayotis.gnuplot.utils
 
FileUtils() - Constructor for class com.panayotis.gnuplot.utils.FileUtils
 
FillStyle - Class in com.panayotis.gnuplot.style
This object carries information on how to fill a specific graph
FillStyle() - Constructor for class com.panayotis.gnuplot.style.FillStyle
Create a new fill style object with default style
FillStyle(FillStyle.Fill) - Constructor for class com.panayotis.gnuplot.style.FillStyle
Create a new fill style object with a specific fill style
FillStyle.Fill - Enum in com.panayotis.gnuplot.style
Define the fill styles
filter(Collection<T>, Predicate<T>) - Static method in class de.h2b.java.lib.util.Collections
Returns the sub-collection of elements for which the predicate applies.
findPathExec() - Static method in class com.panayotis.gnuplot.utils.FileUtils
This method browses current path to search for a file.
FloatDataParser - Class in com.panayotis.gnuplot.dataset.parser
Parser for Float data
FloatDataParser() - Constructor for class com.panayotis.gnuplot.dataset.parser.FloatDataParser
Create a new numeric data parser for Float values
FloatDataParser(boolean) - Constructor for class com.panayotis.gnuplot.dataset.parser.FloatDataParser
Create a new Float data parser, with the information that the first column is in date format.
Function - Interface in de.h2b.java.lib.math.linalg
 
FunctionPlot - Class in com.panayotis.gnuplot.plot
This type of Plot is used to provide an interface to the functional plots of gnuplot.
FunctionPlot(String) - Constructor for class com.panayotis.gnuplot.plot.FunctionPlot
Creates a new instance of FunctionPlot.

G

GenericDataSet - Class in com.panayotis.gnuplot.dataset
Generic data class to store data.
GenericDataSet() - Constructor for class com.panayotis.gnuplot.dataset.GenericDataSet
Create a new instance of GenericDataSet, with the default DataParser (DoubleDataParser)
GenericDataSet(boolean) - Constructor for class com.panayotis.gnuplot.dataset.GenericDataSet
Create a new instance of GenericDataSet, with the default DataParser (DoubleDataParser), and the information that the first column is in date format.
GenericDataSet(DataParser) - Constructor for class com.panayotis.gnuplot.dataset.GenericDataSet
Create a new instance of GenericDataSet, with a given DataParser
get(int) - Method in class com.panayotis.gnuplot.dataset.Point
Retrieve the value of a specific coordinate of this point
get(int) - Method in class de.h2b.java.lib.math.linalg.DoubleVector
 
get(int) - Method in interface de.h2b.java.lib.math.linalg.Vector
The index range is [0, length-1].
get() - Method in class de.h2b.java.lib.office.TableElement
 
get(String) - Method in class de.h2b.java.lib.util.FieldMapper
 
get(String) - Method in class de.h2b.java.lib.util.Statistics
 
getAxis(String) - Method in class com.panayotis.gnuplot.GNUPlot
Use this method to get a reference to the plot axis, in order to set various parameters.
getAxis(String) - Method in class com.panayotis.gnuplot.GNUPlotParameters
Get one of the available Axis from default Graph, in order to set some parameters on it.
getAxis(String) - Method in class com.panayotis.gnuplot.plot.Graph
Get one of the available Axis, in order to set some parameters on it.
getCode() - Method in enum de.h2b.java.lib.util.DateUtil.Weekday
 
getCode() - Method in enum de.h2b.java.lib.webservice.Status
 
getCode() - Method in class de.h2b.java.lib.webservice.StatusResponse
 
getColor() - Method in enum com.panayotis.gnuplot.style.NamedPlotColor
Get the representation of this color
getColor() - Method in interface com.panayotis.gnuplot.style.PlotColor
Get the representation of this color
getColor() - Method in class com.panayotis.gnuplot.style.RgbPlotColor
Get the representation of this color
getCommands() - Method in class com.panayotis.gnuplot.GNUPlot
Retrieves the command which will actually send to gnuplot, if we perform a plot with the already defined parameters to the selected terminal.
getContent() - Method in class de.h2b.java.lib.office.ExcelReader
 
getContent() - Method in class de.h2b.java.lib.webservice.StatusResponse
 
getCurrentLevel() - Static method in class de.h2b.java.lib.util.Logger
Gets the current Level used for logging messages.
getDataSet() - Method in class com.panayotis.gnuplot.plot.DataSetPlot
Retrieve the data set of this plot
getDateFormat() - Method in class de.h2b.java.lib.office.ExcelWriter
 
getDebugger() - Static method in class com.panayotis.gnuplot.GNUPlot
Get the specific GNUPlot Debug object
getDeclaringClass(String) - Method in class de.h2b.java.lib.util.FieldMapper
 
getDimensions() - Method in class com.panayotis.gnuplot.dataset.ArrayDataSet
Retrieve how many dimensions this dataset refers to.
getDimensions() - Method in interface com.panayotis.gnuplot.dataset.DataSet
Retrieve how many dimensions this dataset refers to.
getDimensions() - Method in class com.panayotis.gnuplot.dataset.GenericDataSet
Retrieve how many dimensions this dataset refers to.
getDimensions() - Method in class com.panayotis.gnuplot.dataset.Point
Retrieve the actual coordinations of this point
getDimensions() - Method in class com.panayotis.gnuplot.dataset.PointDataSet
Retrieve how many dimensions this dataset refers to.
getFieldValue(String, Object) - Method in class de.h2b.java.lib.util.FieldMapper
 
getFileFormat() - Method in class de.h2b.java.lib.office.ExcelWriter
The format returned will only be used if not in appending mode.
getGNUPlotPage(StringBuilder) - Method in class com.panayotis.gnuplot.plot.Page
Append the GNUPlot program which will construct this page, to a buffer.
getGNUPlotPath() - Method in class com.panayotis.gnuplot.GNUPlot
Retrieve the file path of gnuplot
getHeight() - Method in class com.panayotis.gnuplot.layout.LayoutMetrics
Get height
getImage() - Method in class com.panayotis.gnuplot.terminal.ImageTerminal
Get a handler of the produced image by this terminal
getJavaPlot() - Method in class com.panayotis.gnuplot.swing.JPlot
Retrieve the JavaPlot of this JPlot.
getKeys() - Method in class de.h2b.java.lib.office.ExcelReader
 
getLayout() - Method in class com.panayotis.gnuplot.GNUPlot
Get the current layout of this plot object
getLayout() - Method in class com.panayotis.gnuplot.plot.Page
Get a reference for this page layout
getLongName() - Method in enum de.h2b.java.lib.util.DateUtil.Weekday
 
getMaxColumnWidth() - Method in class de.h2b.java.lib.office.ExcelWriter
The width measures approximately in number of characters to hold.
getMessage() - Method in enum de.h2b.java.lib.webservice.Status
 
getMessage() - Method in class de.h2b.java.lib.webservice.StatusResponse
 
getMetrics() - Method in class com.panayotis.gnuplot.plot.Graph
Get the positioning and size of this graph object
getMissing() - Method in class de.h2b.java.lib.util.AttributeChecker
Gets missing.
getName() - Method in class com.panayotis.gnuplot.plot.Axis
Get the name of this axis as a String.
getOutputFile() - Method in class com.panayotis.gnuplot.terminal.CustomTerminal
Retrieve the output filename
getOutputFile() - Method in class com.panayotis.gnuplot.terminal.DefaultTerminal
No output is defined for this terminal
getOutputFile() - Method in class com.panayotis.gnuplot.terminal.FileTerminal
Retrieve the filename to use as an output for this terminal.
getOutputFile() - Method in interface com.panayotis.gnuplot.terminal.GNUPlotTerminal
Get the output filename.
getPage() - Method in class com.panayotis.gnuplot.GNUPlot
Get a Page containing all Graphs.
getPage() - Method in class com.panayotis.gnuplot.GNUPlotParameters
Retrieve the whole page object, defining the various graph plots
getPanel() - Method in class com.panayotis.gnuplot.terminal.SVGTerminal
Retrieve a JPanel whith the provided SVG drawn on it.
getParameters() - Method in class com.panayotis.gnuplot.GNUPlot
Ge the actual gnuplot parameters.
getPlotCommand() - Method in class com.panayotis.gnuplot.plot.Graph
Get the actual gnuplot command to initiate the plot.
getPlotCommand() - Method in class com.panayotis.gnuplot.plot.Graph3D
Get the actual gnuplot command to initiate the plot.
getPlots() - Method in class com.panayotis.gnuplot.GNUPlot
Get a list of the (default) plots used in this set.
getPlots() - Method in class com.panayotis.gnuplot.GNUPlotParameters
Get the list of the stored plots from default graph
getPlotStyle() - Method in class com.panayotis.gnuplot.plot.AbstractPlot
Retrieve the style of this Plot command
getPointValue(int, int) - Method in class com.panayotis.gnuplot.dataset.ArrayDataSet
Retrieve data information from a point.
getPointValue(int, int) - Method in interface com.panayotis.gnuplot.dataset.DataSet
Retrieve data information from a point.
getPointValue(int, int) - Method in class com.panayotis.gnuplot.dataset.GenericDataSet
Retrieve data information from a point.
getPointValue(int, int) - Method in class com.panayotis.gnuplot.dataset.PointDataSet
Retrieve data information from a point.
getPostInit() - Method in class com.panayotis.gnuplot.GNUPlot
Execute gnuplot commands before any kind of initialization.
getPostInit() - Method in class com.panayotis.gnuplot.GNUPlotParameters
This list is used to add special commands to gnuplot, after the automatically generated from this library.
getPreInit() - Method in class com.panayotis.gnuplot.GNUPlot
Execute gnuplot commands before any kind of initialization.
getPreInit() - Method in class com.panayotis.gnuplot.GNUPlotParameters
This list is used to add special commands to gnuplot, before the automatically generated from this library.
getRedundant() - Method in class de.h2b.java.lib.util.AttributeChecker
Gets redundant.
getShortName() - Method in enum de.h2b.java.lib.util.DateUtil.Weekday
 
getStatus() - Method in exception de.h2b.java.lib.webservice.StatusException
 
getTerminal() - Method in class com.panayotis.gnuplot.GNUPlot
Get the current used terminal
getTextOutput() - Method in class com.panayotis.gnuplot.terminal.TextFileTerminal
Retrieve the String with the output of the last gnuplot command
getTitle() - Method in class com.panayotis.gnuplot.plot.Page
Get the title of this page
getType() - Method in class com.panayotis.gnuplot.terminal.DefaultTerminal
This Terminal has no type.
getType() - Method in class com.panayotis.gnuplot.terminal.ExpandableTerminal
Get the type of this terminal
getType() - Method in interface com.panayotis.gnuplot.terminal.GNUPlotTerminal
Get the terminal type / terminal name.
getWidth() - Method in class com.panayotis.gnuplot.layout.LayoutMetrics
Get width
getX() - Method in class com.panayotis.gnuplot.layout.LayoutMetrics
Get horizontal position
getY() - Method in class com.panayotis.gnuplot.layout.LayoutMetrics
Get vertical position
GNUPlot - Class in com.panayotis.gnuplot
This is the main class of JavaPlot.
GNUPlot() - Constructor for class com.panayotis.gnuplot.GNUPlot
Create a new instance of gnuplot, using the default parameters
GNUPlot(boolean) - Constructor for class com.panayotis.gnuplot.GNUPlot
Create a new instance of gnuplot, using the default parameters.
GNUPlot(GNUPlotParameters) - Constructor for class com.panayotis.gnuplot.GNUPlot
Create a new instance of gnuplot, with a given set of parameters.
GNUPlot(String) - Constructor for class com.panayotis.gnuplot.GNUPlot
Create a new instance of gnuplot, with a given path for gnuplot.
GNUPlot(String, boolean) - Constructor for class com.panayotis.gnuplot.GNUPlot
Create a new instance of gnuplot, with a given path for gnuplot.
GNUPlot(GNUPlotParameters, String, GNUPlotTerminal) - Constructor for class com.panayotis.gnuplot.GNUPlot
Create a new instance of gnuplot, with given parameters and given path for gnuplot.
GNUPlot(GNUPlotParameters, String, GNUPlotTerminal, boolean) - Constructor for class com.panayotis.gnuplot.GNUPlot
Create a new instance of gnuplot, with given parameters and given path for gnuplot.
GNUPlotException - Exception in com.panayotis.gnuplot
Runtime exception used whenever a recoverable error occured.
GNUPlotException(String) - Constructor for exception com.panayotis.gnuplot.GNUPlotException
Creates a new instance of GNUPlotException
GNUPlotParameters - Class in com.panayotis.gnuplot
This is a placeholder for the parameters used to create the actual plot.
GNUPlotParameters() - Constructor for class com.panayotis.gnuplot.GNUPlotParameters
Create a new plot with the default parameters
GNUPlotParameters(boolean) - Constructor for class com.panayotis.gnuplot.GNUPlotParameters
Create a new plot with the default parameters
GnuPlotter - Class in de.h2b.java.lib.data.plotting
Implements the Plotter interface based on JavaPlot which in turn uses Gnuplot as backend.
GnuPlotter() - Constructor for class de.h2b.java.lib.data.plotting.GnuPlotter
 
GnuPlotter.Terminal - Enum in de.h2b.java.lib.data.plotting
Some useful terminals.
GNUPlotTerminal - Interface in com.panayotis.gnuplot.terminal
This interface represents any GNUPlot terminal.
Graph - Class in com.panayotis.gnuplot.plot
Graph objects are parts of a multi-plot drawing.
Graph() - Constructor for class com.panayotis.gnuplot.plot.Graph
Create a new graph object
Graph3D - Class in com.panayotis.gnuplot.plot
 
Graph3D() - Constructor for class com.panayotis.gnuplot.plot.Graph3D
 
GraphLayout - Interface in com.panayotis.gnuplot.layout
This Object is used to define how graphs will be positioned on the whole page
GridGraphLayout - Class in com.panayotis.gnuplot.layout
Deprecated. 
GridGraphLayout() - Constructor for class com.panayotis.gnuplot.layout.GridGraphLayout
Deprecated.
Create a new grid layout
GridGraphLayout.Start - Enum in com.panayotis.gnuplot.layout
Deprecated.
Where the first graph will be put
gridNX - Variable in class de.h2b.java.lib.data.plotting.AbstractPlotter
 
gridNY - Variable in class de.h2b.java.lib.data.plotting.AbstractPlotter
 

H

hashCode() - Method in class de.h2b.java.lib.math.linalg.DoubleMatrix
 
hashCode() - Method in class de.h2b.java.lib.math.linalg.DoubleVector
 
hashCode() - Method in class de.h2b.java.lib.util.Day
 
height() - Method in class de.h2b.java.lib.math.linalg.DoubleMatrix
 
height() - Method in interface de.h2b.java.lib.math.linalg.Matrix
 
hidden3D - Variable in class de.h2b.java.lib.data.plotting.AbstractPlotter
 
HORIZONTAL - Static variable in class com.panayotis.gnuplot.layout.GridGraphLayout
Deprecated.
Orientation of the graph layout

I

ImageTerminal - Class in com.panayotis.gnuplot.terminal
This terminal is able to process gnuplot output as an image.
ImageTerminal() - Constructor for class com.panayotis.gnuplot.terminal.ImageTerminal
Create a new image terminal, and use PNG as it's backend
Increment - Class in de.h2b.java.lib.data.plotting
 
Increment(double, double) - Constructor for class de.h2b.java.lib.data.plotting.Increment
Yields values beginning from start increased by step.
INFO - Static variable in class com.panayotis.gnuplot.utils.Debug
All messages except verbose messages are presented
info(String) - Static method in class de.h2b.java.lib.util.Logger
Convenience method logging a message on Level.INFO.
IntegerDataParser - Class in com.panayotis.gnuplot.dataset.parser
Parser for Integer data
IntegerDataParser() - Constructor for class com.panayotis.gnuplot.dataset.parser.IntegerDataParser
Create a new numeric data parser for Float values
IntegerDataParser(boolean) - Constructor for class com.panayotis.gnuplot.dataset.parser.IntegerDataParser
Create a new Integer data parser, with the information that the first column is in date format.
InterfaceAdapter<T> - Class in de.h2b.java.lib.gson
Provides a generic solution for serializing interface fields with Gson that works for all cases where only the interface is known statically.
InterfaceAdapter() - Constructor for class de.h2b.java.lib.gson.InterfaceAdapter
 
isConsistent() - Method in class de.h2b.java.lib.util.AttributeChecker
Returns if the specimen has neither missing nor redundant attributes.
isContaminated() - Method in class de.h2b.java.lib.util.AttributeChecker
Returns if the specimen has attributes that are neither required nor optional.
isDisturbed() - Method in class de.h2b.java.lib.util.AttributeChecker
Returns if the specimen lacks of a required attribute.
isValid(String, int) - Method in interface com.panayotis.gnuplot.dataset.parser.DataParser
Check whether a data value with a specific index number is valid or not
isValid(String, int) - Method in class com.panayotis.gnuplot.dataset.parser.NumericDataParser
Check whether a data value with a specific index number is valid or not
iterator() - Method in class de.h2b.java.lib.math.linalg.DoubleMatrix
Iterates over row vectors.
iterator() - Method in class de.h2b.java.lib.math.linalg.DoubleVector
Does not support remove operation.
iterator() - Method in class de.h2b.java.lib.util.DayIterator
Does not support remove operation.

J

JavaPlot - Class in com.panayotis.gnuplot
A friendly wrapper of GNUPlot, able to set common plot parameters.
JavaPlot() - Constructor for class com.panayotis.gnuplot.JavaPlot
Create a new instance of JavaPlot, with the default parameters
JavaPlot(boolean) - Constructor for class com.panayotis.gnuplot.JavaPlot
Create a new instance of JavaPlot, using the default parameters.
JavaPlot(String) - Constructor for class com.panayotis.gnuplot.JavaPlot
Create a new JavaPlot object with a given gnuplot path
JavaPlot(String, boolean) - Constructor for class com.panayotis.gnuplot.JavaPlot
Create a new instance of gnuplot, with a given path for gnuplot.
JavaPlot(GNUPlotParameters) - Constructor for class com.panayotis.gnuplot.JavaPlot
Create a new JavaPlot object with given parameters
JavaPlot(GNUPlotParameters, String, GNUPlotTerminal) - Constructor for class com.panayotis.gnuplot.JavaPlot
Create a new JavaPlot object with given parameters, gnuplot path and terminal
JavaPlot(GNUPlotParameters, String, GNUPlotTerminal, boolean) - Constructor for class com.panayotis.gnuplot.JavaPlot
Create a new JavaPlot object with given parameters, gnuplot path terminal ans isGraph3D
JavaPlot.Key - Enum in com.panayotis.gnuplot
 
JPlot - Class in com.panayotis.gnuplot.swing
This Object uses an ImageTerminal as a backend, in order to draw the selected plot
JPlot() - Constructor for class com.panayotis.gnuplot.swing.JPlot
Creates new form JPlot with a blank JavaPlot
JPlot(JavaPlot) - Constructor for class com.panayotis.gnuplot.swing.JPlot
Create a new form JPlot with a specified JavaPlot

L

LayoutMetrics - Class in com.panayotis.gnuplot.layout
Container of the metrics for a specific graph
LayoutMetrics() - Constructor for class com.panayotis.gnuplot.layout.LayoutMetrics
Set default position, covering the whole screen
LayoutMetrics(float, float, float, float) - Constructor for class com.panayotis.gnuplot.layout.LayoutMetrics
Set a specific position, in the area of 0,0-1,1 and with a minimum size
length() - Method in class de.h2b.java.lib.math.linalg.DoubleVector
 
length() - Method in interface de.h2b.java.lib.math.linalg.Vector
 
linearInterpolation(List<Double>) - Static method in class de.h2b.java.lib.util.DataCleaner
Returns a copy of the original list with all missing values replaced by a linear interpolation of the adjacent list entries.
log(Logger.Level, String) - Static method in class de.h2b.java.lib.util.Logger
Logs a message provided that the level specified is lower or equal to the current level.
Logger - Class in de.h2b.java.lib.util
A class implementing a simple static logging utility.
Logger() - Constructor for class de.h2b.java.lib.util.Logger
 
Logger.Level - Enum in de.h2b.java.lib.util
Enumeration of logging levels provided.
LongDataParser - Class in com.panayotis.gnuplot.dataset.parser
Parser for Long data
LongDataParser() - Constructor for class com.panayotis.gnuplot.dataset.parser.LongDataParser
Create a new numeric data parser for Float values
LongDataParser(boolean) - Constructor for class com.panayotis.gnuplot.dataset.parser.LongDataParser
Create a new Long data parser, with the information that the first column is in date format.

M

ManualGraphLayout - Class in com.panayotis.gnuplot.layout
Position graphs in absolute coordinates.
ManualGraphLayout() - Constructor for class com.panayotis.gnuplot.layout.ManualGraphLayout
 
Matrices - Class in de.h2b.java.lib.math.linalg
Provides static operations on Matrix objects.
Matrices() - Constructor for class de.h2b.java.lib.math.linalg.Matrices
 
Matrix<E> - Interface in de.h2b.java.lib.math.linalg
An algebraic matrix consisting of E elements.
maximumNorm(Vector<Double>) - Static method in class de.h2b.java.lib.math.linalg.Vectors
 
minus(int) - Method in class de.h2b.java.lib.util.Day
 
msg(String, int) - Method in class com.panayotis.gnuplot.utils.Debug
Present a message on the Debug stream

N

NamedPlotColor - Enum in com.panayotis.gnuplot.style
This is a list of possible colors which the user is able to use under gnuplot
nameSet() - Method in class de.h2b.java.lib.util.Statistics
The resulting set is ordered by the insertion sequence of added entries.
newGraph() - Method in class com.panayotis.gnuplot.GNUPlot
Add a new Graph object.
newGraph() - Method in class com.panayotis.gnuplot.GNUPlotParameters
Add a new Graph object.
newGraph3D() - Method in class com.panayotis.gnuplot.GNUPlot
Add a new Graph3D object.
newGraph3D() - Method in class com.panayotis.gnuplot.GNUPlotParameters
Add a new Graph3D object.
NL - Static variable in class com.panayotis.gnuplot.plot.Graph
 
NL - Static variable in class com.panayotis.gnuplot.plot.Page
 
NL - Static variable in class com.panayotis.gnuplot.PropertiesHolder
 
normalizedRootMeanSquareDeviation() - Method in class de.h2b.java.lib.data.evaluator.Evaluator
Note that elements of the resulting vector become infinite if the corresponding column of b has values all equal.
NumericDataParser - Class in com.panayotis.gnuplot.dataset.parser
Generic data parser for numeric data
NumericDataParser() - Constructor for class com.panayotis.gnuplot.dataset.parser.NumericDataParser
Create a new numeric data parser
NumericDataParser(boolean) - Constructor for class com.panayotis.gnuplot.dataset.parser.NumericDataParser
Create a new numeric data parser, with the information that the first column is in date format.

O

of(boolean) - Static method in class de.h2b.java.lib.office.TableElement
 
of(N) - Static method in class de.h2b.java.lib.office.TableElement
 
of(String) - Static method in class de.h2b.java.lib.office.TableElement
 
of(Date) - Static method in class de.h2b.java.lib.office.TableElement
 
of(Calendar) - Static method in class de.h2b.java.lib.office.TableElement
 
OfficeFormatException - Exception in de.h2b.java.lib.office
Signals that data to be processed don't have the right format.
OfficeFormatException() - Constructor for exception de.h2b.java.lib.office.OfficeFormatException
 
OfficeFormatException(String) - Constructor for exception de.h2b.java.lib.office.OfficeFormatException
 
OfficeFormatException(Throwable) - Constructor for exception de.h2b.java.lib.office.OfficeFormatException
 
output - Variable in class com.panayotis.gnuplot.terminal.TextFileTerminal
 

P

Page - Class in com.panayotis.gnuplot.plot
The data representation of a whole graph page
Page() - Constructor for class com.panayotis.gnuplot.plot.Page
Construct a new blank page with one graph inside
Page(boolean) - Constructor for class com.panayotis.gnuplot.plot.Page
Construct a new blank page with one graph inside
paint(Graphics) - Method in class com.panayotis.gnuplot.swing.JPlot
Paint this component
PatternAdapter - Class in de.h2b.java.lib.gson
Provides serialization of Pattern instances which apparently is broken in Gson according to item 380 of the google-gson issues page.
PatternAdapter() - Constructor for class de.h2b.java.lib.gson.PatternAdapter
 
plot() - Method in class com.panayotis.gnuplot.GNUPlot
Perform the actual action of plotting.
Plot - Interface in com.panayotis.gnuplot.plot
This interface is used by JavaPlot to handle various plot arguments.
plot() - Method in class com.panayotis.gnuplot.swing.JPlot
Perform a plot on this object
plot(Vector<Double>) - Method in class de.h2b.java.lib.data.plotting.GnuPlotter
 
plot(Matrix<Double>, List<String>) - Method in class de.h2b.java.lib.data.plotting.GnuPlotter
 
plot(Vector<Double>) - Method in interface de.h2b.java.lib.data.plotting.Plotter
Plots a 2D curve using the vector's values on the y axis.
plot(Matrix<Double>, List<String>) - Method in interface de.h2b.java.lib.data.plotting.Plotter
Plots multiple curves in a 2D-coordinate system using the matrix' row vectors (each for one curve) on the y axis, each row vector for one curve.
plot2D(Matrix<Double>) - Method in class de.h2b.java.lib.data.plotting.GnuPlotter
 
plot2D(Matrix<Double>) - Method in interface de.h2b.java.lib.data.plotting.Plotter
Plots 2D curves in a 3D-coordinate system using the matrix' row vectors (each for one curve) on the z axis.
plot3D(Matrix<Double>) - Method in class de.h2b.java.lib.data.plotting.GnuPlotter
 
plot3D(Matrix<Double>) - Method in interface de.h2b.java.lib.data.plotting.Plotter
Plots a 3D curve using the matrix' row vectors on the z axis.
PlotColor - Interface in com.panayotis.gnuplot.style
Interface definition of the color object to be used under gnuplot
PlotStyle - Class in com.panayotis.gnuplot.style
This object represents the styles which can be used in gnuplot to personalize each prot
PlotStyle() - Constructor for class com.panayotis.gnuplot.style.PlotStyle
Creates a new instance of PlotStyle with default parameters
PlotStyle(Style) - Constructor for class com.panayotis.gnuplot.style.PlotStyle
Creates a new instance of PlotStyle with a specified style
Plotter - Interface in de.h2b.java.lib.data.plotting
Provides plotting methods for evaluation purposes based on Vector and Matrix data.
Plotter.ContourStyle - Enum in de.h2b.java.lib.data.plotting
 
Plotter.CurveStyle - Enum in de.h2b.java.lib.data.plotting
 
Plotter.SurfaceStyle - Enum in de.h2b.java.lib.data.plotting
 
PlottingException - Exception in de.h2b.java.lib.data.plotting
 
PlottingException() - Constructor for exception de.h2b.java.lib.data.plotting.PlottingException
 
PlottingException(String) - Constructor for exception de.h2b.java.lib.data.plotting.PlottingException
 
PlottingException(Throwable) - Constructor for exception de.h2b.java.lib.data.plotting.PlottingException
 
PlottingException(String, Throwable) - Constructor for exception de.h2b.java.lib.data.plotting.PlottingException
 
PlottingException(String, Throwable, boolean, boolean) - Constructor for exception de.h2b.java.lib.data.plotting.PlottingException
 
plus(int) - Method in class de.h2b.java.lib.util.Day
 
Point<N extends Number> - Class in com.panayotis.gnuplot.dataset
This object represents a N-dimensional point.
Point(N...) - Constructor for class com.panayotis.gnuplot.dataset.Point
Creates a new instance of Point with given coordinates
PointDataSet<N extends Number> - Class in com.panayotis.gnuplot.dataset
Store data sets in a dynamic Generics ArrayList of Points.
PointDataSet() - Constructor for class com.panayotis.gnuplot.dataset.PointDataSet
Create an empty PointDataSet
PointDataSet(int) - Constructor for class com.panayotis.gnuplot.dataset.PointDataSet
Create an empty PointDataSet with a specified initial capacity
PointDataSet(Collection<? extends Point<N>>) - Constructor for class com.panayotis.gnuplot.dataset.PointDataSet
Create a new PointDataSet from a previous collection of Points
PostscriptTerminal - Class in com.panayotis.gnuplot.terminal
This terminal uses postscript as it's backend
PostscriptTerminal() - Constructor for class com.panayotis.gnuplot.terminal.PostscriptTerminal
Create a new instance of PostscriptTerminal.
PostscriptTerminal(String) - Constructor for class com.panayotis.gnuplot.terminal.PostscriptTerminal
Create a new Postscript terminal and save output to the specified file
Predicate<T> - Interface in de.h2b.java.lib.util
Declares a method to check if something applies to some predicate.
processOutput(InputStream) - Method in class com.panayotis.gnuplot.terminal.DefaultTerminal
No processing is performed.
processOutput(InputStream) - Method in class com.panayotis.gnuplot.terminal.ExpandableTerminal
This method only consumes gnuplot stdout input stream.
processOutput(InputStream) - Method in interface com.panayotis.gnuplot.terminal.GNUPlotTerminal
This method is executed bu GNUPlot, when the plot has been performed.
processOutput(InputStream) - Method in class com.panayotis.gnuplot.terminal.ImageTerminal
Read the produced image from gnuplot standard output
processOutput(InputStream) - Method in class com.panayotis.gnuplot.terminal.SVGTerminal
Process output of this terminal.
processOutput(InputStream) - Method in class com.panayotis.gnuplot.terminal.TextFileTerminal
Process output of this terminal.
product(Matrix<Double>, Matrix<Double>) - Static method in class de.h2b.java.lib.math.linalg.Matrices
The width of the first and the height of the second matrix will be adapted by padding with zeros as needed.
product(Matrix<Double>, Vector<Double>) - Static method in class de.h2b.java.lib.math.linalg.Matrices
The width of the matrix and the length of the vector will be adapted by padding with zeros as needed.
product(double, Matrix<Double>) - Static method in class de.h2b.java.lib.math.linalg.Matrices
 
product(double, Vector<Double>) - Static method in class de.h2b.java.lib.math.linalg.Vectors
 
PropertiesHolder - Class in com.panayotis.gnuplot
This object is a data placeholder of various text-based parameters, used in JavaPlot graph objects.
PropertiesHolder() - Constructor for class com.panayotis.gnuplot.PropertiesHolder
Creates a new instance of PropertiesHolder with default prefix and suffix values.
PropertiesHolder(String, String) - Constructor for class com.panayotis.gnuplot.PropertiesHolder
Creates a new instance of PropertiesHolder with given prefix and suffix tokens.
put(String, List<List<TableElement<?>>>) - Method in class de.h2b.java.lib.office.ExcelWriter
Adds the named table with the given content to the spreadsheet.
put(String, Field) - Method in class de.h2b.java.lib.util.FieldMapper
 

Q

QUIET - Static variable in class com.panayotis.gnuplot.utils.Debug
Absolutely no debug information is presented

R

removeBorder() - Method in class com.panayotis.gnuplot.style.FillStyle
Remove the border of this graph
retrieveData(StringBuilder) - Method in class com.panayotis.gnuplot.plot.DataSetPlot
Retrieve the data set of this plot command.
retrieveData(StringBuilder) - Method in class com.panayotis.gnuplot.plot.FunctionPlot
This method is unused in this object.
retrieveData(StringBuilder) - Method in interface com.panayotis.gnuplot.plot.Plot
Retrieve the data set of this plot command.
retrieveDefinition(StringBuilder) - Method in class com.panayotis.gnuplot.plot.AbstractPlot
Retrieve the definition of this Plot object.
retrieveDefinition(StringBuilder) - Method in interface com.panayotis.gnuplot.plot.Plot
Retrieve the definition part of the plot command.
RgbPlotColor - Class in com.panayotis.gnuplot.style
This is an RGB (red-green-blue) color.
RgbPlotColor(int, int, int) - Constructor for class com.panayotis.gnuplot.style.RgbPlotColor
Create a new color using the RGB colorspace.
RgbPlotColor(float, float, float) - Constructor for class com.panayotis.gnuplot.style.RgbPlotColor
Create a new color using the RGB colorspace.
rootMeanSquareDeviation() - Method in class de.h2b.java.lib.data.evaluator.Evaluator
 
roundMinutesToQuarter(Calendar) - Static method in class de.h2b.java.lib.util.DateUtil
Rounds the given calendar object to the nearest 15 minutes point in time.
row(int) - Method in class de.h2b.java.lib.math.linalg.DoubleMatrix
 
row(int) - Method in interface de.h2b.java.lib.math.linalg.Matrix
The index range is [0, height-1].
ROWSFIRST - Static variable in class com.panayotis.gnuplot.layout.AutoGraphLayout
Draw rows or columns first
rowsum(Matrix<Double>) - Static method in class de.h2b.java.lib.math.linalg.Matrices
 

S

scalarProduct(Vector<Double>, Vector<Double>) - Static method in class de.h2b.java.lib.math.linalg.Vectors
The shorter vector -- if any -- will be padded with zeros.
selectFirst(Collection<T>, Predicate<T>) - Static method in class de.h2b.java.lib.util.Collections
Returns the first element for which the predicate applies.
serialize(T, Type, JsonSerializationContext) - Method in class de.h2b.java.lib.gson.InterfaceAdapter
 
serialize(Pattern, Type, JsonSerializationContext) - Method in class de.h2b.java.lib.gson.PatternAdapter
 
set(int, ArrayList<String>) - Method in class com.panayotis.gnuplot.dataset.GenericDataSet
Replace the Point at the specified position with the provided one
set(int, Point<N>) - Method in class com.panayotis.gnuplot.dataset.PointDataSet
Replace the Point at the specified position with the provided one
set(String, String) - Method in class com.panayotis.gnuplot.GNUPlot
Set various GNUPlot parameters.
set(String, String) - Method in class com.panayotis.gnuplot.PropertiesHolder
Add a specific key-value pair to this object.
set(String) - Method in class com.panayotis.gnuplot.PropertiesHolder
Set a specific key to this object, without a value
set(int, Vector<Double>) - Method in class de.h2b.java.lib.math.linalg.DoubleMatrix
 
set(int, Double) - Method in class de.h2b.java.lib.math.linalg.DoubleVector
 
set(int, Vector<E>) - Method in interface de.h2b.java.lib.math.linalg.Matrix
Sets the row with the specified index to the given vector.
set(int, E) - Method in interface de.h2b.java.lib.math.linalg.Vector
Sets the element with the specified index to the given value.
setBorder(int) - Method in class com.panayotis.gnuplot.style.FillStyle
Set the border type
setBoundaries(double, double) - Method in class com.panayotis.gnuplot.plot.Axis
Define the area to plot.
setColor(boolean) - Method in class com.panayotis.gnuplot.terminal.PostscriptTerminal
Select if the output will be color or not (monochrome)
setColumns(int) - Method in class com.panayotis.gnuplot.layout.AutoGraphLayout
Manually set the number of columns.
setColumns(int) - Method in class com.panayotis.gnuplot.layout.StripeLayout
Set behaviour, depending on the number of columns.
setContourStyle(Plotter.ContourStyle) - Method in class de.h2b.java.lib.data.plotting.AbstractPlotter
 
setContourStyle(Plotter.ContourStyle) - Method in interface de.h2b.java.lib.data.plotting.Plotter
Defines the plotting style for 3D contours.
setCurrentLevel(Logger.Level) - Static method in class de.h2b.java.lib.util.Logger
Sets the current Level to be used for logging messages.
setCurveStyle(Plotter.CurveStyle) - Method in class de.h2b.java.lib.data.plotting.AbstractPlotter
 
setCurveStyle(Plotter.CurveStyle) - Method in interface de.h2b.java.lib.data.plotting.Plotter
Defines the plotting style for curves.
setDataSet(DataSet) - Method in class com.panayotis.gnuplot.plot.DataSetPlot
Set the data set of this plot to the specified one
setDateFormat(String) - Method in class de.h2b.java.lib.office.ExcelWriter
The string must be appropriate for DateFormat.parse(String).
setDebugMode() - Static method in class de.h2b.java.lib.data.plotting.GnuPlotter
Switches debug mode on.
setDefinition(Page, StringBuilder) - Method in class com.panayotis.gnuplot.layout.AutoGraphLayout
Update the capacity of this layout.
setDefinition(Page, StringBuilder) - Method in interface com.panayotis.gnuplot.layout.GraphLayout
Sets the required definitions in the "set multiplot" part of gnuplot commands.
setDefinition(Page, StringBuilder) - Method in class com.panayotis.gnuplot.layout.GridGraphLayout
Deprecated.
Update the capacity of this layout.
setDefinition(Page, StringBuilder) - Method in class com.panayotis.gnuplot.layout.ManualGraphLayout
This is a dummy layout manager, which actually does nothing
setDefinition(String) - Method in class com.panayotis.gnuplot.plot.AbstractPlot
Set the plot definition for this plot object.
setDensity(float) - Method in class com.panayotis.gnuplot.style.FillStyle
Set the density of this fill style
setDrawFirst(boolean) - Method in class com.panayotis.gnuplot.layout.AutoGraphLayout
Set where the first graph will be put
setEPS(boolean) - Method in class com.panayotis.gnuplot.terminal.PostscriptTerminal
Select if the output will be in EPS format or not
setFieldValue(String, Object, Object) - Method in class de.h2b.java.lib.util.FieldMapper
 
setFileFormat(ExcelWriter.FileFormat) - Method in class de.h2b.java.lib.office.ExcelWriter
Will be ignored if in appending mode.
setFill(FillStyle) - Method in class com.panayotis.gnuplot.style.PlotStyle
Set the fill style of this graph.
setGNUPlotPath(String) - Method in class com.panayotis.gnuplot.GNUPlot
Set the desired path for gnuplot executable.
setGrid(int, int) - Method in class de.h2b.java.lib.data.plotting.AbstractPlotter
 
setGrid(int, int) - Method in interface de.h2b.java.lib.data.plotting.Plotter
Defines parameters for automatic grid computing for 3D surfaces.
setHidden3D(boolean) - Method in class de.h2b.java.lib.data.plotting.AbstractPlotter
 
setHidden3D(boolean) - Method in interface de.h2b.java.lib.data.plotting.Plotter
Sets hidden-line removal for 3D surface plotting on and off.
setJavaPlot(JavaPlot) - Method in class com.panayotis.gnuplot.swing.JPlot
Change the current JavaPlot
setKey(JavaPlot.Key) - Method in class com.panayotis.gnuplot.JavaPlot
 
setLabel(String) - Method in class com.panayotis.gnuplot.plot.Axis
Set the label of this axis.
setLabel(String, String, int) - Method in class com.panayotis.gnuplot.plot.Axis
Set the label and the font of the current axis
setLayout(GraphLayout) - Method in class com.panayotis.gnuplot.plot.Page
 
setLevel(int) - Method in class com.panayotis.gnuplot.utils.Debug
Set the level of verbosity.
setLineType(int) - Method in class com.panayotis.gnuplot.style.PlotStyle
Set the line type of this graph.
setLineType(PlotColor) - Method in class com.panayotis.gnuplot.style.PlotStyle
Set the line type of this graph to be a specific color.
setLineWidth(int) - Method in class com.panayotis.gnuplot.style.PlotStyle
Set the line width of this graph
setLogScale(boolean) - Method in class com.panayotis.gnuplot.plot.Axis
Set whether this axis is in logarithmic scale or not
setMaxColumnWidth(int) - Method in class de.h2b.java.lib.office.ExcelWriter
The width measures approximately in number of characters to hold.
setMessage(String) - Method in enum de.h2b.java.lib.webservice.Status
Sets a new message for this Status object.
setMetrics(float, float, float, float) - Method in class com.panayotis.gnuplot.plot.Graph
Set the position and size of thie graph object, relative to a 0,0-1,1 page
setMultiTitle(String) - Method in class com.panayotis.gnuplot.GNUPlot
Set the title of all graph objects, in multiplot environment.
setMultiTitle(String) - Method in class com.panayotis.gnuplot.GNUPlotParameters
Set the title of all graph objects, in multiplot environment.
setOrientation(boolean) - Method in class com.panayotis.gnuplot.layout.AutoGraphLayout
Sey the orientation of the graphs, as being put
setOrientation(boolean) - Method in class com.panayotis.gnuplot.layout.GridGraphLayout
Deprecated.
Sey the orientation of the graphs, as being put
setOutput(String) - Method in class de.h2b.java.lib.data.plotting.AbstractPlotter
 
setOutput(File, String) - Method in class de.h2b.java.lib.data.plotting.AbstractPlotter
 
setOutput(String) - Method in class de.h2b.java.lib.data.plotting.GnuPlotter
Sets the Gnuplot terminal.
setOutput(File, String) - Method in class de.h2b.java.lib.data.plotting.GnuPlotter
Sets the Gnuplot terminal to the file of given type.
setOutput(String) - Method in interface de.h2b.java.lib.data.plotting.Plotter
Redirects the output to some implementation-dependent device.
setOutput(File, String) - Method in interface de.h2b.java.lib.data.plotting.Plotter
Redirects the output to the specified file of given type.
setParameters(GNUPlotParameters) - Method in class com.panayotis.gnuplot.GNUPlot
Set gnuplot parameters to another set of parameters.
setPattern(int) - Method in class com.panayotis.gnuplot.style.FillStyle
Set the fill pattern
setPersist(boolean) - Method in class com.panayotis.gnuplot.GNUPlot
Set all terminals to be persistent.
setPlotStyle(PlotStyle) - Method in class com.panayotis.gnuplot.plot.AbstractPlot
Set how this plot will be presented.
setPointSize(int) - Method in class com.panayotis.gnuplot.style.PlotStyle
Set the point size of this graph
setPointType(int) - Method in class com.panayotis.gnuplot.style.PlotStyle
Set the point type of this graph.
setRows(int) - Method in class com.panayotis.gnuplot.layout.AutoGraphLayout
Manually set the number of rows.
setRows(int) - Method in class com.panayotis.gnuplot.layout.StripeLayout
Set behavior, depending on the number of rows.
setSmooth(Smooth) - Method in class com.panayotis.gnuplot.plot.AbstractPlot
Define if this plot should be smoothed.
setStartPosition(GridGraphLayout.Start) - Method in class com.panayotis.gnuplot.layout.GridGraphLayout
Deprecated.
Set where the first graph will be put
setStyle(FillStyle.Fill) - Method in class com.panayotis.gnuplot.style.FillStyle
Set the fill style
setStyle(Style) - Method in class com.panayotis.gnuplot.style.PlotStyle
Set the current style to the given one
setSurfaceStyle(Plotter.SurfaceStyle) - Method in class de.h2b.java.lib.data.plotting.AbstractPlotter
 
setSurfaceStyle(Plotter.SurfaceStyle) - Method in interface de.h2b.java.lib.data.plotting.Plotter
Defines the plotting style for 3D sufaces.
setTerminal(GNUPlotTerminal) - Method in class com.panayotis.gnuplot.GNUPlot
Change gnuplot terminal.
setTitle(String) - Method in class com.panayotis.gnuplot.JavaPlot
Set the graph Title
setTitle(String, String, int) - Method in class com.panayotis.gnuplot.JavaPlot
Set the graph title and the title font
setTitle(String) - Method in class com.panayotis.gnuplot.plot.AbstractPlot
A convenient method to set the title of this plot
setTitle(String) - Method in class com.panayotis.gnuplot.plot.Page
Set the title of this page
setTitle(String) - Method in class de.h2b.java.lib.data.plotting.AbstractPlotter
 
setTitle(String) - Method in interface de.h2b.java.lib.data.plotting.Plotter
Sets the overall title of the plot.
setType(boolean) - Method in class com.panayotis.gnuplot.layout.StripeLayout
Set the default behavior
setWriter(Writer) - Method in class com.panayotis.gnuplot.utils.Debug
Set the output writer.
setXTitle(String) - Method in class de.h2b.java.lib.data.plotting.AbstractPlotter
 
setXTitle(String) - Method in interface de.h2b.java.lib.data.plotting.Plotter
Sets the title of the x axis.
setXValues(AxisFunction) - Method in class de.h2b.java.lib.data.plotting.AbstractPlotter
 
setXValues(AxisFunction) - Method in interface de.h2b.java.lib.data.plotting.Plotter
Provides values for the x axis.
setYTitle(String) - Method in class de.h2b.java.lib.data.plotting.AbstractPlotter
 
setYTitle(String) - Method in interface de.h2b.java.lib.data.plotting.Plotter
Sets the title of the y axis.
setYValues(AxisFunction) - Method in class de.h2b.java.lib.data.plotting.AbstractPlotter
 
setYValues(AxisFunction) - Method in interface de.h2b.java.lib.data.plotting.Plotter
Provides values for the y axis of 3D plots.
setZTitle(String) - Method in class de.h2b.java.lib.data.plotting.AbstractPlotter
 
setZTitle(String) - Method in interface de.h2b.java.lib.data.plotting.Plotter
Sets the title of the z axis.
size() - Method in class com.panayotis.gnuplot.dataset.ArrayDataSet
Retrieve how many points this data set has.
size() - Method in interface com.panayotis.gnuplot.dataset.DataSet
Retrieve how many points this data set has.
Smooth - Enum in com.panayotis.gnuplot.style
Define how this plot should be smoothed.
squareDeviation() - Method in class de.h2b.java.lib.data.evaluator.Evaluator
 
Statistics - Class in de.h2b.java.lib.util
Provides mapping of statistical values with accumulating functionality.
Statistics() - Constructor for class de.h2b.java.lib.util.Statistics
 
Status - Enum in de.h2b.java.lib.webservice
Constants indicating some condition.
StatusException - Exception in de.h2b.java.lib.webservice
Provides a runtime exception class associated to a Status.
StatusException(Status) - Constructor for exception de.h2b.java.lib.webservice.StatusException
Constructs a new StatusException.
StatusResponse - Class in de.h2b.java.lib.webservice
Response object generated by REST services.
StatusResponse(Status, Object) - Constructor for class de.h2b.java.lib.webservice.StatusResponse
Constructs a new StatusResponse.
StripeLayout - Class in com.panayotis.gnuplot.layout
Align graphs evenly on the page This Layout is based on AutoGraphLayout
StripeLayout() - Constructor for class com.panayotis.gnuplot.layout.StripeLayout
Create a new Strip layout.
Style - Enum in com.panayotis.gnuplot.style
Possible styles to use in gnuplot
sum(Matrix<Double>, Matrix<Double>) - Static method in class de.h2b.java.lib.math.linalg.Matrices
In each dimension, the smaller matrix -- if any -- will be padded with zeros.
sum(Vector<Double>, Vector<Double>) - Static method in class de.h2b.java.lib.math.linalg.Vectors
The shorter vector -- if any -- will be padded with zeros.
surfaceStyle - Variable in class de.h2b.java.lib.data.plotting.AbstractPlotter
 
SVGTerminal - Class in com.panayotis.gnuplot.terminal
This Terminal uses SVG graphics to display data on screen.
SVGTerminal() - Constructor for class com.panayotis.gnuplot.terminal.SVGTerminal
Creates a new instance of SVGTerminal
SVGTerminal(String) - Constructor for class com.panayotis.gnuplot.terminal.SVGTerminal
Creates a new instance of SVGTerminal and store output to a specific file

T

TableElement<T> - Class in de.h2b.java.lib.office
Container that holds a value of a certain type.
TextFileTerminal - Class in com.panayotis.gnuplot.terminal
Base class of all terminals with output in text format.
TextFileTerminal(String) - Constructor for class com.panayotis.gnuplot.terminal.TextFileTerminal
Creates a new instance of TextFileTerminal.
TextFileTerminal(String, String) - Constructor for class com.panayotis.gnuplot.terminal.TextFileTerminal
Creates a new instance of TextFileTerminal and output to a specific file
title - Variable in class de.h2b.java.lib.data.plotting.AbstractPlotter
 
toCalendar() - Method in class de.h2b.java.lib.util.Day
 
toDate() - Method in class de.h2b.java.lib.util.Day
 
toMs() - Method in class de.h2b.java.lib.util.Day
 
toString() - Method in enum com.panayotis.gnuplot.style.Smooth
Retrieve the gnuplot argument for this smoothing mechanism
toString() - Method in enum de.h2b.java.lib.data.plotting.GnuPlotter.Terminal
 
toString() - Method in class de.h2b.java.lib.math.linalg.DoubleMatrix
 
toString() - Method in class de.h2b.java.lib.math.linalg.DoubleVector
 
toString(long) - Static method in class de.h2b.java.lib.util.DateUtil
Converts a time given in milliseconds to a convenient string representation.
toString() - Method in enum de.h2b.java.lib.util.DateUtil.Weekday
 
toString() - Method in class de.h2b.java.lib.util.Day
 
toString(DateFormat) - Method in class de.h2b.java.lib.util.Day
 
toString() - Method in class de.h2b.java.lib.util.Statistics
Returns a string representation of this statistics, suitable formatted in the first place for console output.
transpose(Matrix<Double>) - Static method in class de.h2b.java.lib.math.linalg.Matrices
 

U

unset(String) - Method in class com.panayotis.gnuplot.PropertiesHolder
Remove a key from this object
UPWARDS - Static variable in class com.panayotis.gnuplot.layout.AutoGraphLayout
Orientation of the graph layout

V

valueOf(String) - Static method in enum com.panayotis.gnuplot.JavaPlot.Key
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.panayotis.gnuplot.layout.GridGraphLayout.Start
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.panayotis.gnuplot.style.FillStyle.Fill
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.panayotis.gnuplot.style.NamedPlotColor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.panayotis.gnuplot.style.Smooth
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.panayotis.gnuplot.style.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.h2b.java.lib.data.plotting.GnuPlotter.Terminal
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.h2b.java.lib.data.plotting.Plotter.ContourStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.h2b.java.lib.data.plotting.Plotter.CurveStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.h2b.java.lib.data.plotting.Plotter.SurfaceStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.h2b.java.lib.office.ExcelWriter.FileFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.h2b.java.lib.util.DateUtil.Weekday
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.h2b.java.lib.util.Logger.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.h2b.java.lib.webservice.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.panayotis.gnuplot.JavaPlot.Key
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.panayotis.gnuplot.layout.GridGraphLayout.Start
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.panayotis.gnuplot.style.FillStyle.Fill
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.panayotis.gnuplot.style.NamedPlotColor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.panayotis.gnuplot.style.Smooth
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.panayotis.gnuplot.style.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.h2b.java.lib.data.plotting.GnuPlotter.Terminal
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.h2b.java.lib.data.plotting.Plotter.ContourStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.h2b.java.lib.data.plotting.Plotter.CurveStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.h2b.java.lib.data.plotting.Plotter.SurfaceStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.h2b.java.lib.office.ExcelWriter.FileFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.h2b.java.lib.util.DateUtil.Weekday
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.h2b.java.lib.util.Logger.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.h2b.java.lib.webservice.Status
Returns an array containing the constants of this enum type, in the order they are declared.
Vector<E> - Interface in de.h2b.java.lib.math.linalg
An algebraic vector consisting of E elements.
Vectors - Class in de.h2b.java.lib.math.linalg
Provides static operations on Vector objects.
Vectors() - Constructor for class de.h2b.java.lib.math.linalg.Vectors
 
VERBOSE - Static variable in class com.panayotis.gnuplot.utils.Debug
All messages are presented
VERTICAL - Static variable in class com.panayotis.gnuplot.layout.GridGraphLayout
Deprecated.
Orientation of the graph layout

W

warn(String) - Static method in class de.h2b.java.lib.util.Logger
Convenience method logging a message on Level.WARNING.
WARNING - Static variable in class com.panayotis.gnuplot.utils.Debug
Warnings, as well as errors and critical information is presented
width() - Method in class de.h2b.java.lib.math.linalg.DoubleMatrix
 
width() - Method in interface de.h2b.java.lib.math.linalg.Matrix
 
write() - Method in class de.h2b.java.lib.office.ExcelWriter
Writes the spreadsheet to the file specified by the constructor call.

X

xTitle - Variable in class de.h2b.java.lib.data.plotting.AbstractPlotter
 
xValues - Variable in class de.h2b.java.lib.data.plotting.AbstractPlotter
 

Y

yTitle - Variable in class de.h2b.java.lib.data.plotting.AbstractPlotter
 
yValues - Variable in class de.h2b.java.lib.data.plotting.AbstractPlotter
 

Z

zeroesAnnihilation(List<Double>, double) - Static method in class de.h2b.java.lib.util.DataCleaner
Returns a copy of the original list with all values considered to be erroneously equal to zero replaced by Double.NaN.
zTitle - Variable in class de.h2b.java.lib.data.plotting.AbstractPlotter
 
A B C D E F G H I J L M N O P Q R S T U V W X Y Z 
Skip navigation links

Copyright © 2014–2016. All rights reserved.