- 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
-
- 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
- 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
-
- 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
-
- 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
-
- 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
- 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