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

A

abs(double[]) - Static method in class jhplot.math.ArrayMathUtils
Takes the absolute value of each component of an array.
abs(double[][]) - Static method in class jhplot.math.ArrayMathUtils
Takes the absolute value of each component of an array.
abs(int[]) - Static method in class jhplot.math.ArrayMathUtils
Takes the absolute value of each component of an array.
abs(int[][]) - Static method in class jhplot.math.ArrayMathUtils
Takes the absolute value of each component of an array.
AbstractContinuousRandomVariable - Class in jhplot.math.num.random
Base continuous random variable that provides a {@link RNG) instance as a source for uniform random numbers.
AbstractDiscreteRandomVariable - Class in jhplot.math.num.random
Base continuous random variable that provides a {@link RNG) instance as a source for uniform random numbers.
acos(ValueErr) - Static method in class jhplot.math.ValueErr
Inverse cosine of a value with error
acosh(double) - Static method in class jhplot.math.num.special.Trigonometric
Returns the inverse hyperbolic cosine of x.
action(Event, Object) - Method in class jhplot.bsom.Bsom
 
action(Event, Object) - Method in class jhplot.bsom.BsomDemo
 
actionPerformed(ActionEvent) - Method in class jhplot.HPlotter
Actions
actionPerformed(ActionEvent) - Method in class jhplot.v3d.Editor3d
 
adaptive(F1D, double, double) - Static method in class jhplot.math.Numeric
In adaptive quadrature we estimate the area under a curve in the interval from a to b twice, one using Q1 and once using Q2.
AdaptiveIntegrator - Class in jhplot.math.num.integration
An implementation of adaptive quadrature.
AdaptiveIntegrator(Function) - Constructor for class jhplot.math.num.integration.AdaptiveIntegrator
Create an integrator for the given function.
AdaptiveIntegrator(Function, int, double) - Constructor for class jhplot.math.num.integration.AdaptiveIntegrator
Create an integrator for the given function.
add(int, H1D) - Method in class jhplot.HBook
add H1D histogram to HBook
add(int, H2D) - Method in class jhplot.HBook
add H2D histogram to HBook
add(int, P1D) - Method in class jhplot.HBook
add P1D histogram to HBook
add(HLabel) - Method in class jhplot.HPlot
Add a label to the Canvas.
add(HKey) - Method in class jhplot.HPlot
Add a key to the Canvas.
add(HMLabel) - Method in class jhplot.HPlot
Add a multiline label to the Canvas.
add(HLabelEq) - Method in class jhplot.HPlot
Add a LaTeX equation to the canvas.
add(HShape) - Method in class jhplot.HPlot
Add a shape primitive to the Canvas.
add(HLabel, double) - Method in class jhplot.HPlot2D
Add a label to the Canvas in NDC coordinates
add(JaObject) - Method in class jhplot.HPlotJa
Add an object to the frame.
add(ArrayList) - Method in class jhplot.HPlotJas
Add all data as a list.
add(P2D) - Method in class jhplot.HPlotXYZ
Add a container with X,Y.Z values to be shown.
add(P2D, Color) - Method in class jhplot.HPlotXYZ
Add a container with X,Y.Z values to be shown.
add(P2D, double) - Method in class jhplot.HPlotXYZ
Add a container with X,Y.Z values to be shown.
add(P2D, double, Color) - Method in class jhplot.HPlotXYZ
Draw X,Y.Z values in 3D
add(AbstractDrawable) - Method in class jhplot.HPlotXYZ
Add a object to the list
add(F2D) - Method in class jhplot.HPlotXYZ
Add a F2D function (a function with 2 arguments, x and y).
add(F2D, int, int) - Method in class jhplot.HPlotXYZ
Add a F2D function (a function with 2 arguments, x and y).
add(ConstructionObject) - Method in class jhplot.HZirkel
Add an object on the canvas and update it.
add(double[], double, double[], int) - Static method in class jhplot.math.ArrayMathUtils
Adds to an array w, a times v where a is a scalar.
add(double[], double) - Static method in class jhplot.math.ArrayMathUtils
Adds a scalar to every element in the array.
add(double[], double[]) - Static method in class jhplot.math.ArrayMathUtils
Adds the two arrays together (componentwise).
add(int[], double, int[], int) - Static method in class jhplot.math.ArrayMathUtils
Adds to an array w, a times v where a is a scalar.
add(int[], int) - Static method in class jhplot.math.ArrayMathUtils
Adds a scalar to every element in the array.
add(int[], int[]) - Static method in class jhplot.math.ArrayMathUtils
Adds the two arrays together (componentwise).
add(double[][], double) - Static method in class jhplot.math.DoubleArray
Adds a single value to a matrix, e.g.
add(double[][], double[][]) - Static method in class jhplot.math.DoubleArray
Adds a matrix to another matrix, which should be of the same dimension.
add(double) - Method in class jhplot.math.num.DoubleArray
Adds an element to the end of this expandable array.
add(double) - Method in class jhplot.P0D
Adds (appends) the specified element to the end of this list.
add(int) - Method in class jhplot.P0D
Adds (appends) the specified element to the end of this list.
add(Integer) - Method in class jhplot.P0I
Adds (appends) the specified element to the end of this list.
add(int) - Method in class jhplot.P0I
Adds (appends) the specified element to the end of this list.
add(int[]) - Method in class jhplot.P0I
Adds a subset of the values in the array vals to the end of the list, in order.
add(double, double) - Method in class jhplot.P1D
Adds values of a plot-point pair (X,Y).
add(double, double, double) - Method in class jhplot.P1D
Adds the values of a plot-point pair (X,Y).
add(double, double, double, double) - Method in class jhplot.P1D
Add values of a plot-point pair (X,Y).
add(double, double, double, double, double, double) - Method in class jhplot.P1D
Adds the values of a plot-point pair (X,Y).
add(double, double, double, double, double, double, double, double, double, double) - Method in class jhplot.P1D
Adds the values of a plot-point pair (x,y).
add(double, double, double) - Method in class jhplot.P2D
Adds values of a plot-point pair (X,Y,Z).
add(double, double, double, double, double, double) - Method in class jhplot.P3D
Adds values of a plot-point pair (X,dX,Y,dY,Z,dZ).
add(double[]) - Method in class jhplot.PND
Adds (appends) the specified element to the end of this list.
add(P0D) - Method in class jhplot.PND
Adds (appends) P0D to the end of this list.
add(int[]) - Method in class jhplot.PNI
Adds (appends) the specified element to the end of this list.
add(P0I) - Method in class jhplot.PNI
Adds (appends) P0D to the end of this list.
add(Vector3d) - Method in class jhplot.v3d.Vector3d
 
addAll(int[]) - Method in class jhplot.P0I
Adds all of the elements in the array to the collection.
addAndAverage(P1D[]) - Method in class jhplot.P1D
Return P1D array with weighted average of several measurements.
addAsBars(H2D) - Method in class jhplot.HPlotXYZ
Add a H2D histogram as bars.
addAsSurface(H2D) - Method in class jhplot.HPlotXYZ
Add a H2D histogram.
addBar(double, double, double, double, double) - Method in class jhplot.HPlotXYZ
Build a bar as a cylinder in 3D and add to the list of shapes on the current pad.
addComp(Component) - Method in class jhplot.GHPanel
Add a component to the main panel
addContour(Mapper, ColorMapper, Range, Range) - Method in class jhplot.HPlotXYZ
 
addData(DataArray, int) - Method in class jhplot.jadraw.JaAxes
Add data to this plot.
addData(H2D, int) - Method in class jhplot.jadraw.JaAxes
Add h2d data set.
addDisk(double, double, double, double, double, int, int) - Method in class jhplot.HPlotXYZ
Add a sphere to the current canvas.
addEdge(String, String) - Method in class jhplot.HGraph
Add a connector between 2 vertexes
addFace(int, Color) - Method in class jhplot.v3d.Object3d
 
addFace(int, int, int, int) - Method in class jhplot.v3d.Object3d
 
addFace(int) - Method in class jhplot.v3d.Object3d
 
addFeedForwardLayer(int) - Method in class jhplot.HNeuralNet
Construct this layer with a sigmoid threshold function.
addFlatLine(float[], float[], double) - Method in class jhplot.HPlotXYZ
Add a flat line to the current pad.
addFunc(String, String, String, String) - Method in class jhplot.HFit
Add a user 1D function in form of a string.
addFunc(String, IFunction) - Method in class jhplot.HFitter
Add a new function to catalog
addGraph(int, int, Component) - Method in class jhplot.GHFrame
Add a graph or any component in the location given by i1 and i2.
addGraph(int, int, Component) - Method in class jhplot.GHPanel
Add a graph or any component in the location given by i1 and i2
addKey(DataArray, int, int) - Method in class jhplot.HPlotJa
 
addLegend(int, String) - Method in class jhplot.SPlot
Add a legend (displayed at the upper right) for the specified data set with the specified string.
addLight(double, double, double, Color, Color, Color) - Method in class jhplot.HPlotXYZ
Add light to the scene.
addObject(Object3d) - Method in class jhplot.v3d.Model3d
 
addParallelepiped(float, float, float, float, float, float) - Method in class jhplot.HPlotXYZ
Add parallelepiped to the current canvas.
addPoint(double, double, double, double) - Method in class jhplot.HPlotXYZ
Add a point to the list of shapes on the current pad.
addPoint(int, double, double, boolean) - Method in class jhplot.SPlot
In the specified data set, add the specified x, y point to the plot.
addPoint(double, double) - Method in class jhplot.stat.LinReg
Add a point to the data and redo the regression
addPointErr(int, double, double, double, double, boolean) - Method in class jhplot.SPlot
In the specified data set, add the specified x, y point to the plot with error bars.
addPolygon(P2D) - Method in class jhplot.HPlotXYZ
Add a flat line to the current pad.
addQuick(double, double, double) - Method in class jhplot.P1D
Adds the values of a plot-point pair (X,Y).
addQuick(double, double, double, double) - Method in class jhplot.P1D
Add values of a plot-point pair (X,Y).
addQuick(double, double, double, double, double, double) - Method in class jhplot.P1D
Adds the values of a plot-point pair (X,Y).
addQuick(double, double, double, double, double, double, double, double, double, double) - Method in class jhplot.P1D
Adds the values of a plot-point pair (x,y).
addRow() - Method in class jhplot.SPsheet
Adds row to end of table
addSphere(double, double, double, double, double, int, int) - Method in class jhplot.HPlotXYZ
Add a sphere to the current canvas.
addStatBox(int, int) - Method in class jhplot.HPlotJa
 
addText(String, double[], Color) - Method in class jhplot.HPlotXYZ
Add a text to the canvas.
addToBack(JaObject) - Method in class jhplot.HPlotJa
Add an object to background.
addToFront(JaObject) - Method in class jhplot.HPlotJa
Add an object to foreground.
addTube(double, double, double, double, double, double, int, int) - Method in class jhplot.HPlotXYZ
Add a tube to the current canvas.
addVertex(String) - Method in class jhplot.HGraph
Add a new vertex
addVertex(Vector3d) - Method in class jhplot.v3d.Object3d
 
addVertex(float, float, float) - Method in class jhplot.v3d.Object3d
 
addXTick(String, double) - Method in class jhplot.SPlot
Specify a tick mark for the X axis.
addYTick(String, double) - Method in class jhplot.SPlot
Specify a tick mark for the Y axis.
allEntries() - Method in class jhplot.H1D
Get number of all entries
allEntries() - Method in class jhplot.H2D
Get number of all entries
allEntries() - Method in class jhplot.HProf1D
Get number of all entries
allEntries() - Method in class jhplot.HProf2D
Get number of all entries
analF() - Method in class jhplot.HPlot
Return IAnalysisFactory associated with the plot
analF() - Method in class jhplot.HPlotJa
Return IAnalysisFactory associated with the plot
Animation - Class in jhplot.v3d
 
Animation() - Constructor for class jhplot.v3d.Animation
 
append(File, String) - Static method in class jhplot.math.io.ASCIIFile
 
appendDoubleArray(File, double[], String) - Static method in class jhplot.math.io.BinaryFile
 
appendDoubleArray(OutputStream, double[], String) - Static method in class jhplot.math.io.BinaryOutputStream
 
appendFloatArray(File, float[], String) - Static method in class jhplot.math.io.BinaryFile
 
appendFloatArray(OutputStream, float[], String) - Static method in class jhplot.math.io.BinaryOutputStream
 
appendIntArray(File, int[], String) - Static method in class jhplot.math.io.BinaryFile
 
appendIntArray(OutputStream, int[], String) - Static method in class jhplot.math.io.BinaryOutputStream
 
arg() - Method in class jhplot.math.Complex
Argument of this Complex number (the angle in radians with the x-axis in polar coordinates).
ArrayMathUtils - Class in jhplot.math
Arrays are faster than object, so this class is here to take full advantage of arrays without encapsulation.
ArrayString - Class in jhplot.math.io
BSD License
ArrayString() - Constructor for class jhplot.math.io.ArrayString
 
Arrow - Class in jhplot.shapes
Build an arrow.
Arrow(double, double, double, double, Stroke, Color) - Constructor for class jhplot.shapes.Arrow
Build an arrow
Arrow(double, double, double, double) - Constructor for class jhplot.shapes.Arrow
Build an arrow in
ARROW - Static variable in class jhplot.shapes.HShape
 
ASCIIFile - Class in jhplot.math.io
BSD License
ASCIIFile(File) - Constructor for class jhplot.math.io.ASCIIFile
 
asin(ValueErr) - Static method in class jhplot.math.ValueErr
Inverse sine of a value with error
asinh(double) - Static method in class jhplot.math.num.special.Trigonometric
Returns the inverse hyperbolic sine of x.
asinh(ValueErr) - Static method in class jhplot.math.ValueErr
Inverse hyperbolic sine of a value with error
atan(ValueErr) - Static method in class jhplot.math.ValueErr
inverse tangent of a value
atan2(ValueErr, ValueErr) - Static method in class jhplot.math.ValueErr
Inverse tangent (atan2) of a value without correlations
atan2(ValueErr, ValueErr, double) - Static method in class jhplot.math.ValueErr
Inverse tangent (atan2) of a value with a correlation
atanh(double) - Static method in class jhplot.math.num.special.Trigonometric
Returns the inverse hyperbolic tangent of x.
auto() - Method in class jhplot.bsom.BsomDemo
Set auto mode
AUTO_BOUNDS - Static variable in class jhplot.math.Slicing
 
axisExponent(int) - Method in class jhplot.jadraw.JaAxes
Get exponent for the axis
axisLengthX() - Method in class jhplot.HPlot
Length of X axis in pixels.
axisLengthY() - Method in class jhplot.HPlot
Length of Y axis in pixels.

B

baseEditPanel(JaxoLineOptionsPanel) - Method in class jhplot.jadraw.JaLineObject
Adds components to the edit panel that are common to all line objects.
BaseRecordsFile - Class in jhplot.io
 
BB_MAX_X - Static variable in class jhplot.jadraw.JaObject
The component of the boundingbox array that contains the upper x value of the boundingbox.
BB_MAX_Y - Static variable in class jhplot.jadraw.JaObject
The component of the boundingbox array that contains the upper y value of the boundingbox.
BB_MIN_X - Static variable in class jhplot.jadraw.JaObject
The component of the boundingbox array that contains the lower x value of the boundingbox.
BB_MIN_Y - Static variable in class jhplot.jadraw.JaObject
The component of the boundingbox array that contains the lower y value of the boundingbox.
belowWithin(Rectangle, Dimension) - Static method in class jhplot.v3d.Util
 
belowWithin(Component, Component) - Static method in class jhplot.v3d.Util
 
BernoulliRandomVariable - Class in jhplot.math.num.random
A random variable generator for the Bernoulli distribution.
BernoulliRandomVariable() - Constructor for class jhplot.math.num.random.BernoulliRandomVariable
Default constructor.
BernoulliRandomVariable(double) - Constructor for class jhplot.math.num.random.BernoulliRandomVariable
Create a random variable with the given probability of success.
BernoulliRandomVariable(double, RNG) - Constructor for class jhplot.math.num.random.BernoulliRandomVariable
Create a random variable with the given probability of success and source generator.
Beta - Class in jhplot.math.num.pdf
The Beta distribution (1).
Beta() - Constructor for class jhplot.math.num.pdf.Beta
Default constructor.
Beta(double, double) - Constructor for class jhplot.math.num.pdf.Beta
Create a distribution with the given alpha and beta values.
Beta - Class in jhplot.math.num.special
Utility class that provides methods related to the beta family of functions.
beta(double, double) - Static method in class jhplot.math.Random
Generate a random number from a beta random variable.
BetaRandomVariable - Class in jhplot.math.num.random
A random variable generator for the Beta distribution.
BetaRandomVariable() - Constructor for class jhplot.math.num.random.BetaRandomVariable
Default constructor.
BetaRandomVariable(double, double) - Constructor for class jhplot.math.num.random.BetaRandomVariable
Create a random variable with the given alpha and beta values.
BetaRandomVariable(double, double, RNG) - Constructor for class jhplot.math.num.random.BetaRandomVariable
Create a random variable with the given parameters.
BIG_ENDIAN - Static variable in class jhplot.math.io.BinaryFile
 
BIG_ENDIAN - Static variable in class jhplot.math.io.BinaryInputStream
 
BIG_ENDIAN - Static variable in class jhplot.math.io.BinaryOutputStream
 
BinaryFile - Class in jhplot.math.io
BSD License
BinaryFile(File, String) - Constructor for class jhplot.math.io.BinaryFile
 
BinaryInputStream - Class in jhplot.math.io
BSD License
BinaryInputStream(InputStream, String) - Constructor for class jhplot.math.io.BinaryInputStream
 
BinaryInputStream(InputStream, boolean) - Constructor for class jhplot.math.io.BinaryInputStream
 
BinaryOutputStream - Class in jhplot.math.io
BSD License
BinaryOutputStream(OutputStream, String) - Constructor for class jhplot.math.io.BinaryOutputStream
 
BinaryOutputStream(OutputStream, boolean) - Constructor for class jhplot.math.io.BinaryOutputStream
 
binCenter(int) - Method in class jhplot.H1D
Get bin centres.
binCenter(int) - Method in class jhplot.HProf1D
Get bin centres.
binCenters() - Method in class jhplot.H1D
Get all bin centers in form of array
binCenters() - Method in class jhplot.HProf1D
Get all bin centers in form of array
binEntries(int) - Method in class jhplot.H1D
Number of entries in a bin with index i
binEntries() - Method in class jhplot.H1D
Get all entries of the histogram as an array
binEntries(int, int) - Method in class jhplot.H2D
Number of entries in the corresponding bin (i.e.
binEntries(int) - Method in class jhplot.HProf1D
Number of entries in a bin with index i
binEntries() - Method in class jhplot.HProf1D
Get all entries of the histogram as an array
binEntries(int, int) - Method in class jhplot.HProf2D
Number of entries in the corresponding bin (i.e.
binError(int) - Method in class jhplot.H1D
Error on the bin with index i
binError(int, int) - Method in class jhplot.H2D
Error of the corresponding bin.
binError(int) - Method in class jhplot.HProf1D
Error on the bin with index i
binError(int, int) - Method in class jhplot.HProf2D
Error of the corresponding bin.
binErrors() - Method in class jhplot.H1D
Get all bin errors of the histogram as an array
binErrors() - Method in class jhplot.HProf1D
Get all bin errors of the histogram as an array
binHeight(int) - Method in class jhplot.H1D
Height of the corresponding bin
binHeight(int, int) - Method in class jhplot.H2D
Total height of the corresponding bin.
binHeight(int) - Method in class jhplot.HProf1D
Height of the corresponding bin
binHeight(int, int) - Method in class jhplot.HProf2D
Total height of the corresponding bin.
binHeights() - Method in class jhplot.H1D
Get all heights of the histogram as an array
binHeights() - Method in class jhplot.HProf1D
Get all heights of the histogram as an array
binLowerEdge(int) - Method in class jhplot.H1D
Get bin lower edge.
binLowerEdge(int) - Method in class jhplot.HProf1D
Get bin lower edge.
binLowerEdges() - Method in class jhplot.H1D
Get all lower edges in form of array
binLowerEdges() - Method in class jhplot.HProf1D
Get all lower edges in form of array
binMean(int) - Method in class jhplot.H1D
Mean in a single bin with index
binMean(int) - Method in class jhplot.HProf1D
Mean in a single bin with index
Binomial - Class in jhplot.math.num.pdf
The Binomial distribution.
Binomial() - Constructor for class jhplot.math.num.pdf.Binomial
Default constructor.
Binomial(int, double) - Constructor for class jhplot.math.num.pdf.Binomial
Create a distribution with the given number of trials and probability of success.
BinomialRandomVariable - Class in jhplot.math.num.random
 
BinomialRandomVariable() - Constructor for class jhplot.math.num.random.BinomialRandomVariable
Default constructor.
BinomialRandomVariable(int, double) - Constructor for class jhplot.math.num.random.BinomialRandomVariable
Create a random variable with the given number of trials and probability of success.
BinomialRandomVariable(int, double, RNG) - Constructor for class jhplot.math.num.random.BinomialRandomVariable
Create a random variable with the given parameters.
binRms(int) - Method in class jhplot.H1D
RMS of a single bin with index
binRms(int) - Method in class jhplot.HProf1D
RMS of a single bin with index
binUpperEdge(int) - Method in class jhplot.H1D
Get bin upper edge.
binUpperEdge(int) - Method in class jhplot.HProf1D
Get bin upper edge.
binUpperEdges() - Method in class jhplot.H1D
Get all upper edges in form of array
binUpperEdges() - Method in class jhplot.HProf1D
Get all upper edges in form of array
BisectionRootFinder - Class in jhplot.math.num.root
The bisection method (1) for finding roots of functions.
BisectionRootFinder(Function) - Constructor for class jhplot.math.num.root.BisectionRootFinder
Create a root finder for the given function.
BisectionRootFinder(Function, int, double) - Constructor for class jhplot.math.num.root.BisectionRootFinder
Create a root finder for the given function.
Blob(float, float) - Static method in class jhplot.jadraw.Diagram
Get a blob object
Box(float, float) - Static method in class jhplot.jadraw.Diagram
Get a box object
Bracket - Class in jhplot.math.num.root
Simple root bracketing routine.
Bracket(Function) - Constructor for class jhplot.math.num.root.Bracket
Create a root bracketer for the given function.
Bracket(Function, int) - Constructor for class jhplot.math.num.root.Bracket
Create a root bracketer for the given function.
bracketOut(double, double, double) - Method in class jhplot.math.num.root.Bracket
Bracket a root for the target function by creating and continuously expanding an interval around the initial point until the interval is known to contain at least one root.
BreitWigner - Class in jhplot.fit
Build a Breit-Wigner distribution.
BreitWigner() - Constructor for class jhplot.fit.BreitWigner
 
BreitWigner(String) - Constructor for class jhplot.fit.BreitWigner
 
BreitWigner(String[], String[]) - Constructor for class jhplot.fit.BreitWigner
 
BrentRootFinder - Class in jhplot.math.num.root
Brent's method (1) for finding roots of functions.
BrentRootFinder(Function) - Constructor for class jhplot.math.num.root.BrentRootFinder
Create a root finder for the given function.
BrentRootFinder(Function, int, double) - Constructor for class jhplot.math.num.root.BrentRootFinder
Create a root finder for the given function.
BRoot - Class in jhplot
Show Java ROOT browser to view ROOT histograms.
BRoot() - Constructor for class jhplot.BRoot
Show an empty frame with the ROOT browser
BRoot(String) - Constructor for class jhplot.BRoot
Show a frame with ROOT browser and load a file
Bsom - Class in jhplot.bsom
Bsom is an application of Bayesian Self-Organizing Maps.
Bsom() - Constructor for class jhplot.bsom.Bsom
 
bsom - Variable in class jhplot.HBsom
 
BsomDemo - Class in jhplot.bsom
BsomDemo is an applet for the demonstration of Bayesian Self-Organizing Maps.
BsomDemo() - Constructor for class jhplot.bsom.BsomDemo
 
buildPads(int, int) - Method in class jhplot.HPlotJa
Build axes frames and show them.
buildXY(double, double, double[]) - Static method in class jhplot.math.DoubleArray
Generate a two column matrix.
buildXY(double[], double[]) - Static method in class jhplot.math.DoubleArray
Join two arrays into a matrix.
BunchingParameters - Class in jhplot.stat
**************************************************************************** Calculations of bunching parameters characterizing local multiplicity fluctuations inside a phase space.
BunchingParameters(int, int, int, double, double) - Constructor for class jhplot.stat.BunchingParameters
Initialize Bunching parameter.

C

Canvas3d - Class in jhplot.v3d
 
Canvas3d(Model3d) - Constructor for class jhplot.v3d.Canvas3d
 
captureHeader(CSVReader) - Method in class jhplot.io.csv.bean.ColumnPositionMappingStrategy
 
captureHeader(CSVReader) - Method in class jhplot.io.csv.bean.HeaderColumnNameMappingStrategy
 
captureHeader(CSVReader) - Method in interface jhplot.io.csv.bean.MappingStrategy
Implemention of this method can grab the header line before parsing begins to use to map columns to bean properties.
Cauchy - Class in jhplot.math.num.pdf
The Cauchy distribution (1).
Cauchy() - Constructor for class jhplot.math.num.pdf.Cauchy
Default constructor.
Cauchy(double, double) - Constructor for class jhplot.math.num.pdf.Cauchy
Create a distribution with the given location and scale parameters.
cauchy(double, double) - Static method in class jhplot.math.Random
Generate a random number from a Cauchy random variable (Mean = Inf, and Variance = Inf).
CauchyRandomVariable - Class in jhplot.math.num.random
A random variable generator for the Cauchy distribution.
CauchyRandomVariable() - Constructor for class jhplot.math.num.random.CauchyRandomVariable
Default constructor.
CauchyRandomVariable(double, double) - Constructor for class jhplot.math.num.random.CauchyRandomVariable
Create a random variable with the given location and scale parameters.
CauchyRandomVariable(double, double, RNG) - Constructor for class jhplot.math.num.random.CauchyRandomVariable
Create a random variable with the given parameters.
cd(int, int) - Method in class jhplot.GHFrame
Navigate to a selected plot.
cd(int, int) - Method in class jhplot.HPlotJa
Navigate to a selected plot.
cd(int, int) - Method in class jhplot.HPlotter
Navigate to a selected plot.
cd(String) - Method in class jhplot.io.FileAida
Navigate to a directory inside the file
cd(String) - Method in class jhplot.io.FileRoot
Navigate to a directory inside the ROOT file.
cdf(int, double) - Static method in class jhplot.math.KolmogorovSmirnovDist
Computes the cumulative probability P[D_n <= x] of the Kolmogorov-Smirnov distribution with sample size n at x.
center_reduce(double[][]) - Method in class jhplot.stat.PCA
 
centreWithin(Rectangle, Dimension) - Static method in class jhplot.v3d.Util
Calculates the X and Y coordinates that a child component should have to be centered within its parent.
centreWithin(Component, Component) - Static method in class jhplot.v3d.Util
Centres the child component within its parent.
checkColumnDimension(double[][], int) - Static method in class jhplot.math.DoubleArray
Checks to make sure each row of a matrix is of a specified dimension.
checkLength(double[], int) - Static method in class jhplot.math.DoubleArray
Checks to make sure an array is of a specified length.
checkRowDimension(double[][], int) - Static method in class jhplot.math.DoubleArray
Checks to make sure each column of a matrix is of a specified dimension.
chi2(int) - Static method in class jhplot.math.Random
Generate a random number from a Chi-2 random variable.
ChiSquared - Class in jhplot.math.num.pdf
The Chi-Squared distribution (1).
ChiSquared() - Constructor for class jhplot.math.num.pdf.ChiSquared
Default constructor.
ChiSquared(double) - Constructor for class jhplot.math.num.pdf.ChiSquared
Create a distribution with the given degrees of freedom.
ChiSquaredRandomVariable - Class in jhplot.math.num.random
A random variable generator for the Chi-Squared distribution.
ChiSquaredRandomVariable() - Constructor for class jhplot.math.num.random.ChiSquaredRandomVariable
Default constructor.
ChiSquaredRandomVariable(double) - Constructor for class jhplot.math.num.random.ChiSquaredRandomVariable
Create a random variable with the given degrees of freedom.
ChiSquaredRandomVariable(double, RNG) - Constructor for class jhplot.math.num.random.ChiSquaredRandomVariable
Create a random variable with the given parameters.
cholesky(double[][]) - Static method in class jhplot.math.LinearAlgebra
 
CholeskyDecomposition - Class in jhplot.math
Cholesky Decomposition.
CholeskyDecomposition(double[][]) - Constructor for class jhplot.math.CholeskyDecomposition
Cholesky algorithm for symmetric and positive definite matrix.
chs() - Method in class jhplot.math.Complex
Negative of this complex number (chs stands for change sign).
Circle - Class in jhplot.shapes
Build a Circle using the USER coordinate system
Circle(double, double, double, Stroke, Color) - Constructor for class jhplot.shapes.Circle
Build a circle
Circle(double, double, double) - Constructor for class jhplot.shapes.Circle
Build a circle using the default stroke and color
CIRCLE - Static variable in class jhplot.shapes.HShape
 
clear() - Method in class jhplot.H1D
Make a copy of the data holder
clear() - Method in class jhplot.H2D
 
clear() - Method in class jhplot.HBook
Remove all objects from the HBook
clear() - Method in class jhplot.HChart
Clear the current graph including graph settings.
clear(int, int) - Method in class jhplot.HChart
Clear the chart characterized by an index in X and Y.
clear() - Method in class jhplot.HGraph
Clear the current graph including graph settings.
clear(int, int) - Method in class jhplot.HGraph
Clear the graph characterized by an index in X and Y.
clear() - Method in class jhplot.HPlot
Clear the current graph including graph settings.
clear(int, int) - Method in class jhplot.HPlot
Clear the graph characterised by an index in X and Y.
clear() - Method in class jhplot.HPlot2D
Clear the current pad
clear() - Method in class jhplot.HPlot3D
Clear the current graph including graph settings.
clear(int, int) - Method in class jhplot.HPlot3D
Clear the graph characterized by an index in X and Y.
clear() - Method in class jhplot.HPlot3DP
Clear the current graph including graph settings.
clear(int, int) - Method in class jhplot.HPlot3DP
Clear the graph characterized by an index in X and Y.
clear(int, int) - Method in class jhplot.HPlotter
Clear the graph characterised by an index in X and Y.
clear() - Method in class jhplot.HPlotXYZ
Clear the current graph including graph settings.
clear(int, int) - Method in class jhplot.HPlotXYZ
Clear the graph characterized by an index in X and Y.
clear() - Method in class jhplot.HView3D
Clear the current graph including graph settings.
clear(int, int) - Method in class jhplot.HView3D
Clear the graph characterized by an index in X and Y.
clear() - Method in class jhplot.HZirkel
Clear the canvas
clear() - Method in class jhplot.jadraw.JaAxes
Clear.
clear() - Method in class jhplot.math.num.DoubleArray
Remove all elements from this collection.
clear() - Method in class jhplot.P0D
Clear the container
clear() - Method in class jhplot.P0I
Clear the container
clear() - Method in class jhplot.P1D
Clear the container.
clear() - Method in class jhplot.P2D
Clear the container
clear() - Method in class jhplot.P3D
Clear the container
clear() - Method in class jhplot.PND
Clear the container
clear() - Method in class jhplot.PNI
Clear the container
clear() - Method in class jhplot.SPlot
Clear the plot of all data points.
clear(int) - Method in class jhplot.SPlot
Clear the plot of data points in the specified dataset.
clearAll() - Method in class jhplot.HChart
Clear all graphs from data and settings.
clearAll() - Method in class jhplot.HGraph
Clear all graphs from data and settings.
clearAll() - Method in class jhplot.HPlot
Clear all graphs from data and settings.
clearAll() - Method in class jhplot.HPlot2D
Clear all pads
clearAll() - Method in class jhplot.HPlot3D
Clear all graphs from data and settings.
clearAll() - Method in class jhplot.HPlot3DP
Clear all graphs from data and settings.
clearAll() - Method in class jhplot.HPlotJa
Clear the canvas from all objects
clearAll() - Method in class jhplot.HPlotXYZ
Clear all graphs from data and settings.
clearAll() - Method in class jhplot.HView3D
Clear all graphs from data and settings.
clearAllData() - Method in class jhplot.HPlot
Clear all graphs from the input data.
clearAllData() - Method in class jhplot.HPlotJa
Clear all data from all graphs.
clearAllLabels() - Method in class jhplot.HPlot
Clear all graph labels
clearData() - Method in class jhplot.HChart
Clear plot from the data
clearData() - Method in class jhplot.HPlot
Clear the current graph from the input data.
clearData(int, int) - Method in class jhplot.HPlot
Clear data of the graph characterised by an index in X and Y.
clearData(int) - Method in class jhplot.HPlot
Remove one data set from the current plot.
clearData(int, int) - Method in class jhplot.HPlotJa
Clear the axis frame from the data
clearData() - Method in class jhplot.HPlotJa
Clear the axis frame from the data for the current pad.
clearLabels() - Method in class jhplot.HPlot
Clear graph labels for the curent graph.
clearLabels(int, int) - Method in class jhplot.HPlot
Clear Graph settings including labels.
clearLegends() - Method in class jhplot.SPlot
Clear all legends.
clearPlot() - Method in class jhplot.HChart
Clear plot.
ClipBoardPrintable - Interface in jhplot.math.io
BSD License
clone() - Method in class jhplot.math.Complex
 
clone() - Method in class jhplot.math.ValueErr
 
close() - Method in class jhplot.HChart
Close the canvas (and dispose all components) Note: a memory leak is found - no time to investigate it.
close() - Method in class jhplot.HGraph
Close the canvas (and dispose all components) Note: a memory leak is found - no time to investgate it.
close() - Method in class jhplot.HPlot
Close the canvas (and dispose all components).
close() - Method in class jhplot.HPlot2D
Close the canvas (and dispose all components).
close() - Method in class jhplot.HPlot3D
Close the canvas (and dispose all components) Note: a memory leak is found - no time to study it.
close() - Method in class jhplot.HPlot3DP
Close the canvas (and dispose all components) Note: a memory leak is found - no time to study it.
close() - Method in class jhplot.HPlotJa
Close the canvas (and dispose all components).
close() - Method in class jhplot.HPlotJas
Close the canvas (and dispose all components).
close() - Method in class jhplot.HPlotter
Close the canvas (and dispose all components).
close() - Method in class jhplot.HPlotXYZ
Close the canvas.
close() - Method in class jhplot.HView3D
Close the canvas (and dispose all components) Note: a memory leak is found - no time to study it.
close() - Method in class jhplot.HZirkel
close current page
close() - Method in class jhplot.io.BaseRecordsFile
Closes the file.
close() - Method in class jhplot.io.csv.CSVReader
Closes the underlying reader.
close() - Method in class jhplot.io.csv.CSVWriter
Close the underlying stream writer flushing any buffered content.
close() - Method in class jhplot.io.EFile
Close the file
close() - Method in class jhplot.io.FileAida
Close the file
close() - Method in class jhplot.io.HDataBase
Close the file
close() - Method in class jhplot.io.HFile
Close the file
close() - Method in class jhplot.io.HFileXML
Close the file
close() - Method in class jhplot.io.PFile
Close the file
close() - Method in class jhplot.io.RecordsFile
Closes the database.
close() - Method in class jhplot.math.io.LEDataInputStream
 
close() - Method in class jhplot.math.io.LEDataOutputStream
 
close() - Method in class jhplot.math.io.LERandomAccessFile
 
closeButton - Variable in class jhplot.io.HFileBrowser
 
closeButton - Variable in class jhplot.io.PFileBrowser
 
cmul(Vector3d) - Method in class jhplot.v3d.Vector3d
 
ColorPixel - Class in jhplot.utils
Static methods which help to convert colors and vectors with pixels.
ColorPixel() - Constructor for class jhplot.utils.ColorPixel
 
ColumnPositionMappingStrategy - Class in jhplot.io.csv.bean
Copyright 2007 Kyle Miller.
ColumnPositionMappingStrategy() - Constructor for class jhplot.io.csv.bean.ColumnPositionMappingStrategy
 
columnVector(double[]) - Static method in class jhplot.math.DoubleArray
Converts an n element array into an n x 1 matrix.
combineErr(int) - Method in class jhplot.P1D
Add 1st and 2nd level in quadrature and attribute the combined error to 1st level error.
Complex - Class in jhplot.math
Complex implements a complex number and defines complex arithmetic and mathematical functions Last Updated February 27, 2001 Copyright 1997-2001
Complex(double, double) - Constructor for class jhplot.math.Complex
Constructs the complex number z = u + i*v
componentHidden(ComponentEvent) - Method in class jhplot.GHFrame
 
componentHidden(ComponentEvent) - Method in class jhplot.GHPanel
 
componentMoved(ComponentEvent) - Method in class jhplot.GHFrame
 
componentMoved(ComponentEvent) - Method in class jhplot.GHPanel
 
componentResized(ComponentEvent) - Method in class jhplot.GHPanel
 
componentShown(ComponentEvent) - Method in class jhplot.GHFrame
 
componentShown(ComponentEvent) - Method in class jhplot.GHPanel
 
computeMatrix() - Method in class jhplot.v3d.Model3d
 
concatenate(File, File) - Static method in class jhplot.math.io.ASCIIFile
 
cond(double[][]) - Static method in class jhplot.math.LinearAlgebra
 
cond() - Method in class jhplot.math.SingularValueDecomposition
Two norm condition number
Cone - Class in jhplot.v3d
Build a cone.
Cone(Model3d, float, int, Vector3d) - Constructor for class jhplot.v3d.Cone
 
Cone(Model3d, float, int, float) - Constructor for class jhplot.v3d.Cone
 
conj() - Method in class jhplot.math.Complex
Complex conjugate of this Complex number (the conjugate of x+i*y is x-i*y).
Constants - Interface in jhplot.math.num
Common constants found in mathematical formulas.
contains(double) - Method in class jhplot.P0D
Returns true if value exists
contains(int) - Method in class jhplot.P0I
Returns true if value exists.
contains(double, double) - Method in class jhplot.shapes.HShape
 
containsAll(double[]) - Method in class jhplot.P0D
Tests the collection to determine if all of the elements in array are present.
containsAll(int[]) - Method in class jhplot.P0I
Tests the collection to determine if all of the elements in array are present.
ContinuedFraction - Class in jhplot.math.num
This class provides the means to evaluate continued fractions (1).
ContinuousDistribution - Class in jhplot.math.num.pdf
Base continuous distribution.
ContinuousDistribution() - Constructor for class jhplot.math.num.pdf.ContinuousDistribution
 
ContinuousRandomVariable - Interface in jhplot.math.num.random
A random variable generator for a continuous distribution.
ConvergenceException - Exception in jhplot.math.num
The exception raised when an iterative method fails to converge.
ConvergenceException(String) - Constructor for exception jhplot.math.num.ConvergenceException
Create an execption with the given message.
convertDoubleParameter(String, double) - Static method in class jhplot.HCellular
Converts a String parameter into a double parameter.
convertIntParameter(String, int) - Static method in class jhplot.HCellular
Converts a String parameter into an integer parameter.
copy() - Method in class jhplot.bsom.Matrix
Copy the matrix.
copy() - Method in class jhplot.H1D
Make a copy of the data holder
copy(String) - Method in class jhplot.H1D
Get exact copy of the current histogram.
copy(String) - Method in class jhplot.H2D
Get exact copy of the current histogram.
copy() - Method in class jhplot.H2D
Make a copy of the data holder
copy() - Method in class jhplot.HProf1D
Make a copy of the data holder
copy(String) - Method in class jhplot.HProf1D
Get exact copy of the current histogram.
copy() - Method in class jhplot.jadraw.JaAxes
Returns an exact copy of this Label.
copy() - Method in class jhplot.jadraw.JaBlob
Returns an exact copy of this JaBlob.
copy() - Method in class jhplot.jadraw.JaBox
Returns an exact copy of this Label.
copy() - Method in class jhplot.jadraw.JaFArc
Returns an exact copy of this JaFArc.
copy() - Method in class jhplot.jadraw.JaFLine
Returns an exact copy of this JaFLine.
copy() - Method in class jhplot.jadraw.JaFLoop
Returns an exact copy of this JaFLoop.
copy() - Method in class jhplot.jadraw.JaGArc
Returns an exact copy of this JaGArc.
copy() - Method in class jhplot.jadraw.JaGlArc
Returns an exact copy of this JaGlArc.
copy() - Method in class jhplot.jadraw.JaGLine
Returns an exact copy of this JaGLine.
copy() - Method in class jhplot.jadraw.JaGlLine
Returns an exact copy of this JaGlLine.
copy() - Method in class jhplot.jadraw.JaGlLoop
Returns an exact copy of this JaGlLoop.
copy() - Method in class jhplot.jadraw.JaGLoop
Returns an exact copy of this JaGLoop.
copy() - Method in class jhplot.jadraw.JaKey
Returns an exact copy of this label.
copy() - Method in class jhplot.jadraw.JaLatexText
Returns an exact copy of this JaLatexText.
copy() - Method in class jhplot.jadraw.JaLine
Returns an exact copy of this JaFLine.
copy(JaLoopObject) - Method in class jhplot.jadraw.JaLoopObject
Returns an exact copy of this JaxoLoop.
COPY - Static variable in class jhplot.jadraw.JaObject
An integer that indicates the current edit mode COPY.
copy() - Method in class jhplot.jadraw.JaObject
Returns an exact copy of the given JaObject.
copy() - Method in class jhplot.jadraw.JaPArc
Returns an exact copy of this JaPArc.
copy() - Method in class jhplot.jadraw.JaPLine
Returns an exact copy of this JaPLine.
copy() - Method in class jhplot.jadraw.JaPLoop
Returns an exact copy of this JaPLoop.
copy() - Method in class jhplot.jadraw.JaSArc
Returns an exact copy of this JaSArc.
copy() - Method in class jhplot.jadraw.JaSLine
Returns an exact copy of this JaSLine.
copy() - Method in class jhplot.jadraw.JaSLoop
Returns an exact copy of this JaSLoop.
copy() - Method in class jhplot.jadraw.JaText
Returns an exact copy of this label.
copy() - Method in class jhplot.jadraw.JaTextBox
Returns an exact copy of this Label.
copy(JaVertex) - Method in class jhplot.jadraw.JaVertex
Returns an exact copy of this JaVertex.
copy() - Method in class jhplot.jadraw.JaVertexT1
Returns an exact copy of this JaVertexT1.
copy() - Method in class jhplot.jadraw.JaVertexT2
Returns an exact copy of this JaVertexT1.
copy() - Method in class jhplot.jadraw.JaVertexT3
Returns an exact copy of this JaVertexT3.
copy() - Method in class jhplot.jadraw.JaVertexT4
Returns an exact copy of this JaVertexT4.
copy() - Method in class jhplot.jadraw.JaVertexT5
Returns an exact copy of this JaVertexT1.
copy() - Method in class jhplot.jadraw.JaVertexT6
Returns an exact copy of this JaVertexT6.
copy() - Method in class jhplot.jadraw.JaZigZagLine
Returns an exact copy of this JaZigZagLine.
copy(int[]) - Static method in class jhplot.math.ArrayMathUtils
Returns a copy of the array.
copy(long[]) - Static method in class jhplot.math.ArrayMathUtils
Returns a copy of the array.
copy(float[]) - Static method in class jhplot.math.ArrayMathUtils
Returns a copy of the array.
copy(double[]) - Static method in class jhplot.math.ArrayMathUtils
Returns a copy of the array.
copy(double[][]) - Static method in class jhplot.math.ArrayMathUtils
Returns a copy of the array.
copy(int[][]) - Static method in class jhplot.math.ArrayMathUtils
Returns a copy of the array.
copy(double[]) - Static method in class jhplot.math.DoubleArray
Generate a copy of an array
copy(double[][]) - Static method in class jhplot.math.DoubleArray
Generate a copy of a matrix
copy(int[]) - Static method in class jhplot.math.IntegerArray
 
copy(int[][]) - Static method in class jhplot.math.IntegerArray
 
copy(ValueErr) - Static method in class jhplot.math.ValueErr
Copy value
copy() - Method in class jhplot.math.ValueErr
Copy a single ValueErr
copy(ValueErr[]) - Static method in class jhplot.math.ValueErr
 
copy(ValueErr[][]) - Static method in class jhplot.math.ValueErr
Deep copy a 2D array of ValueErr numbers
copy() - Method in class jhplot.P0D
Get a copy of the current holder
copy(String) - Method in class jhplot.P0D
Create an exact copy of the current P0D.
copy() - Method in class jhplot.P0I
Get a copy of the current holder
copy(String) - Method in class jhplot.P0I
Create an exact copy of the current P0I.
copy(String) - Method in class jhplot.P1D
create a copy of this container.
copy() - Method in class jhplot.P1D
Make a new data holder with the same title from the current one.
copy() - Method in class jhplot.P2D
Get a copy of the current holder
copy(String) - Method in class jhplot.P2D
create an exact of the current holder
copy(String) - Method in class jhplot.PND
Create an exact copy of the current P0D.
copy(String) - Method in class jhplot.PNI
Create an exact copy of the current P0D.
copy(Vector3d) - Method in class jhplot.v3d.Vector3d
 
copyFile(File, File) - Static method in class jhplot.math.io.DataFile
 
copyFile(File, File) - Static method in class jhplot.v3d.Util
Copies the contents of any disk file to a specified output file.
copyLinePars(LinePars) - Method in class jhplot.DrawOptions
Copy drawing options.
copyPos(Position) - Method in class jhplot.v3d.Position
 
correlation(double[], double[]) - Static method in class jhplot.math.ArrayMathUtils
Computes the (linear) correlation between two arrays.
correlation(int[], int[]) - Static method in class jhplot.math.ArrayMathUtils
Computes the (linear) correlation between two arrays.
correlation(double[], double[]) - Static method in class jhplot.math.StatisticSample
Correlation coefficient, covariance(v1, v2) / Math.sqrt(variance(v1) * variance(v2)
correlation(double[][], double[][]) - Static method in class jhplot.math.StatisticSample
Correlation coefficient, covariance(v1, v2) / Math.sqrt(variance(v1) * variance(v2)
correlation(double[][]) - Static method in class jhplot.math.StatisticSample
Correlation
correlation(P0D) - Method in class jhplot.P0D
Returns the correlation coefficient.
correlation(P0I) - Method in class jhplot.P0I
Returns the correlation coefficient.
correlation(double[], double[]) - Static method in class jhplot.stat.Statistics
Correlation coefficient, covariance(v1, v2) / Math.sqrt(variance(v1) * variance(v2)
correlation(double[][], double[][]) - Static method in class jhplot.stat.Statistics
Correlation coefficient, covariance(v1, v2) / Math.sqrt(variance(v1) * variance(v2)
correlation(double[][]) - Static method in class jhplot.stat.Statistics
Correlation
cos() - Method in class jhplot.math.Complex
Cosine of this Complex number (doesn't change this Complex number).
cos(ValueErr) - Static method in class jhplot.math.ValueErr
Cosine of a value wth error
cosh() - Method in class jhplot.math.Complex
Hyperbolic cosine of this Complex number (doesn't change this Complex number).
cosh(double) - Static method in class jhplot.math.num.special.Trigonometric
Returns the hyperbolic cosine of x.
cosh(ValueErr) - Static method in class jhplot.math.ValueErr
Hyperbolic cosine
covariance(double[], double[]) - Static method in class jhplot.math.ArrayMathUtils
Computes the covariance.
covariance(int[], int[]) - Static method in class jhplot.math.ArrayMathUtils
Computes the covariance.
covariance(double[], double[]) - Static method in class jhplot.math.StatisticSample
Covariance
covariance(double[][], double[][]) - Static method in class jhplot.math.StatisticSample
Covariance
covariance(double[][]) - Static method in class jhplot.math.StatisticSample
Covariance
covariance(P0D) - Method in class jhplot.P0D
Returns the covariance
covariance(P0I) - Method in class jhplot.P0I
Returns the covariance
covariance(double[], double[]) - Static method in class jhplot.stat.Statistics
Covariance
covariance(double[][], double[][]) - Static method in class jhplot.stat.Statistics
Covariance
covariance(double[][]) - Static method in class jhplot.stat.Statistics
Covariance
createBean() - Method in class jhplot.io.csv.bean.HeaderColumnNameMappingStrategy
 
createBean() - Method in interface jhplot.io.csv.bean.MappingStrategy
 
createLatexPanel() - Method in class jhplot.jadraw.JaLatexText
Creates a new Panel that display a Label with the String specifying this JaLatexText.
createRegion(double, double, double, double) - Method in class jhplot.HPlotter
Create a new plotting region
crossSqDistance(Matrix) - Method in class jhplot.bsom.Matrix
Cross squared Euclidean distance Matrix: Z_{ij} = ||X_i - Y_j||^2
CSVReader - Class in jhplot.io.csv
A very simple CSV reader released under a commercial-friendly license.
CSVReader(Reader) - Constructor for class jhplot.io.csv.CSVReader
Constructs CSVReader using a comma for the separator.
CSVReader(String) - Constructor for class jhplot.io.csv.CSVReader
Constructs CSVReader using a comma for the separator.
CSVReader(Reader, char) - Constructor for class jhplot.io.csv.CSVReader
Constructs CSVReader with supplied separator.
CSVReader(String, char) - Constructor for class jhplot.io.csv.CSVReader
Constructs CSVReader with supplied separator.
CSVReader(Reader, char, char) - Constructor for class jhplot.io.csv.CSVReader
Constructs CSVReader with supplied separator and quote char.
CSVReader(String, char, char) - Constructor for class jhplot.io.csv.CSVReader
Constructs CSVReader with supplied separator and quote char.
CSVReader(Reader, char, char, int) - Constructor for class jhplot.io.csv.CSVReader
Constructs CSVReader with supplied separator and quote char.
CSVReader(String, char, char, int) - Constructor for class jhplot.io.csv.CSVReader
Constructs CSVReader with supplied separator and quote char.
CsvToBean - Class in jhplot.io.csv.bean
 
CsvToBean() - Constructor for class jhplot.io.csv.bean.CsvToBean
 
CSVWriter - Class in jhplot.io.csv
A very simple CSV writer released under a commercial-friendly license.
CSVWriter(Writer) - Constructor for class jhplot.io.csv.CSVWriter
Constructs CSVWriter using a comma for the separator.
CSVWriter(String) - Constructor for class jhplot.io.csv.CSVWriter
Constructs CSVWriter using a comma for the separator.
CSVWriter(Writer, char) - Constructor for class jhplot.io.csv.CSVWriter
Constructs CSVWriter with supplied separator.
CSVWriter(String, char) - Constructor for class jhplot.io.csv.CSVWriter
Constructs CSVWriter with supplied separator.
CSVWriter(Writer, char, char) - Constructor for class jhplot.io.csv.CSVWriter
Constructs CSVWriter with supplied separator and quote char.
CSVWriter(String, char, char) - Constructor for class jhplot.io.csv.CSVWriter
Constructs CSVWriter with supplied separator and quote char.
CSVWriter(Writer, char, char, char) - Constructor for class jhplot.io.csv.CSVWriter
Constructs CSVWriter with supplied separator and quote char.
CSVWriter(Writer, char, char, String) - Constructor for class jhplot.io.csv.CSVWriter
Constructs CSVWriter with supplied separator and quote char.
CSVWriter(String, char, char, String) - Constructor for class jhplot.io.csv.CSVWriter
Constructs CSVWriter with supplied separator and quote char.
CSVWriter(Writer, char, char, char, String) - Constructor for class jhplot.io.csv.CSVWriter
Constructs CSVWriter with supplied separator, quote char, escape char and line ending.
CSVWriter(String, char, char, char, String) - Constructor for class jhplot.io.csv.CSVWriter
Constructs CSVWriter with supplied separator, quote char, escape char and line ending.
Cube - Class in jhplot.v3d
Build a cube
Cube(Model3d, float) - Constructor for class jhplot.v3d.Cube
 
cumProduct(double[]) - Static method in class jhplot.math.DoubleArray
Calculates cumulative product of the values in an array.
cumProduct(double[][]) - Static method in class jhplot.math.DoubleArray
Calculates the cumulative product of each column in a matrix.
cumSum(double[]) - Static method in class jhplot.math.DoubleArray
Calculates the cumulative sum of an array.
cumSum(double[][]) - Static method in class jhplot.math.DoubleArray
Calculates the cumulative sum of each column in a matrix.
cumulativeProbability(double) - Method in class jhplot.math.num.pdf.Beta
The CDF for this distribution.
cumulativeProbability(int) - Method in class jhplot.math.num.pdf.Binomial
The CDF for this distribution.
cumulativeProbability(double) - Method in class jhplot.math.num.pdf.Cauchy
The CDF for this distribution.
cumulativeProbability(double) - Method in class jhplot.math.num.pdf.ChiSquared
The CDF for this distribution.
cumulativeProbability(double) - Method in class jhplot.math.num.pdf.ContinuousDistribution
The CDF for this distribution.
cumulativeProbability(int) - Method in class jhplot.math.num.pdf.DiscreteDistribution
The CDF for this distribution.
cumulativeProbability(double) - Method in class jhplot.math.num.pdf.Exponential
The CDF for this distribution.
cumulativeProbability(double) - Method in class jhplot.math.num.pdf.FDistribution
The CDF for this distribution.
cumulativeProbability(double) - Method in class jhplot.math.num.pdf.Gamma
The CDF for this distribution.
cumulativeProbability(int) - Method in class jhplot.math.num.pdf.Geometric
The CDF for this distribution.
cumulativeProbability(int) - Method in class jhplot.math.num.pdf.Hypergeometric
The CDF for this distribution.
cumulativeProbability(double) - Method in class jhplot.math.num.pdf.Laplace
The CDF for this distribution.
cumulativeProbability(double) - Method in class jhplot.math.num.pdf.Logistic
The CDF for this distribution.
cumulativeProbability(double) - Method in class jhplot.math.num.pdf.LogNormal
The CDF for this distribution.
cumulativeProbability(int) - Method in class jhplot.math.num.pdf.NegativeBinomial
The CDF for this distribution.
cumulativeProbability(double) - Method in class jhplot.math.num.pdf.Normal
The CDF for this distribution.
cumulativeProbability(int) - Method in class jhplot.math.num.pdf.Poisson
The CDF for this distribution.
cumulativeProbability(double) - Method in class jhplot.math.num.pdf.Rayleigh
The CDF for this distribution.
cumulativeProbability(double) - Method in class jhplot.math.num.pdf.TDistribution
The CDF for this distribution.
cumulativeProbability(double) - Method in class jhplot.math.num.pdf.Uniform
The CDF for this distribution.
cumulativeProbability(double) - Method in class jhplot.math.num.pdf.Weibull
The CDF for this distribution.
currentFillColor - Variable in class jhplot.HPlotXYZ
 
currentWiredColor - Variable in class jhplot.HPlotXYZ
 
currentWiredrame - Variable in class jhplot.HPlotXYZ
 
currentWiredWidth - Variable in class jhplot.HPlotXYZ
 
Cylinder - Class in jhplot.v3d
Build a Cylinder.
Cylinder(Model3d, float, int, float) - Constructor for class jhplot.v3d.Cylinder
 

D

D_FORMAT - Static variable in class jhplot.jadraw.JaObject
The decimal format used for numbers in LaTeX output.
DataFile - Class in jhplot.math.io
BSD License
DataFile(File) - Constructor for class jhplot.math.io.DataFile
 
DbByteArrayOutputStream - Class in jhplot.io
Extends ByteArrayOutputStream to provide a way of writing the buffer to a DataOutput without re-allocating it.
DbByteArrayOutputStream() - Constructor for class jhplot.io.DbByteArrayOutputStream
 
DbByteArrayOutputStream(int) - Constructor for class jhplot.io.DbByteArrayOutputStream
 
DEFAULT_ESCAPE_CHARACTER - Static variable in class jhplot.io.csv.CSVWriter
The character used for escaping quotes.
DEFAULT_LINE_END - Static variable in class jhplot.io.csv.CSVWriter
Default line terminator uses platform encoding.
DEFAULT_QUOTE_CHARACTER - Static variable in class jhplot.io.csv.CSVReader
The default quote character to use if none is supplied to the constructor.
DEFAULT_QUOTE_CHARACTER - Static variable in class jhplot.io.csv.CSVWriter
The default quote character to use if none is supplied to the constructor.
DEFAULT_SEPARATOR - Static variable in class jhplot.io.csv.CSVReader
The default separator to use if none is supplied to the constructor.
DEFAULT_SEPARATOR - Static variable in class jhplot.io.csv.CSVWriter
The default separator to use if none is supplied to the constructor.
DEFAULT_SKIP_LINES - Static variable in class jhplot.io.csv.CSVReader
The default line to start reading.
defineHistogram(String, int, double, double) - Method in class jhplot.HChart
Define a histogram to fill histogram chart
delete(double[], int...) - Static method in class jhplot.math.DoubleArray
Delete a list of elements from an array.
delete(int[], int...) - Static method in class jhplot.math.IntegerArray
 
deleteColumns(double[][], int...) - Static method in class jhplot.math.DoubleArray
Deletes a list of columns from a matrix.
deleteColumns(int[][], int...) - Static method in class jhplot.math.IntegerArray
 
deleteColumnsRange(double[][], int, int) - Static method in class jhplot.math.DoubleArray
Deletes a range of columns from a matrix.
deleteColumnsRange(int[][], int, int) - Static method in class jhplot.math.IntegerArray
 
deleteDir(File) - Static method in class jhplot.v3d.Util
Deletes all files and subdirectories under dir.
deleteRange(double[], int, int) - Static method in class jhplot.math.DoubleArray
Delete a range of elements from an array.
deleteRange(int[], int, int) - Static method in class jhplot.math.IntegerArray
 
deleteRecord(String) - Method in class jhplot.io.BaseRecordsFile
Deletes a record.
deleteRows(double[][], int...) - Static method in class jhplot.math.DoubleArray
Deletes a list of rows from a matrix.
deleteRows(int[][], int...) - Static method in class jhplot.math.IntegerArray
 
deleteRowsRange(double[][], int, int) - Static method in class jhplot.math.DoubleArray
Deletes a range of rows from a matrix.
deleteRowsRange(int[][], int, int) - Static method in class jhplot.math.IntegerArray
 
derivative(String) - Static method in class jhplot.math.Symbolic
Symbolic derivative.
derivative() - Method in class jhplot.P1D
Calculate derivative for X-Y data points.
destroy() - Method in class jhplot.HChart
Remove the canvas frame
destroy() - Method in class jhplot.HGraph
Destroy the canvas frame
destroy() - Method in class jhplot.HPlot3DP
Destroy the canvas frame
destroy() - Method in class jhplot.HView3D
Destroy the canvas frame
det(double[][]) - Static method in class jhplot.math.LinearAlgebra
 
det() - Method in class jhplot.math.LUDecomposition
Determinant
diagonal() - Method in class jhplot.bsom.Matrix
If the matrix is a row or column vector, make a diagonal matrix from it.
diagonal(int, double) - Static method in class jhplot.math.DoubleArray
Returns an m x m matrix.
diagonal(double...) - Static method in class jhplot.math.DoubleArray
Returns an m x m matrix.
Diagram - Class in jhplot.jadraw
Main static methods to build objects for Feynman diagrams.
Diagram() - Constructor for class jhplot.jadraw.Diagram
 
diff(String) - Method in class jhplot.FND
differentiate the expression and simplify
differentiate(int, double, double) - Method in class jhplot.F1D
Numerical differentiation.
differentiate(int, F1D, double, double) - Static method in class jhplot.math.Numeric
Numerical differentiation.
differentiate(F1D, double[], double[]) - Static method in class jhplot.math.Numeric
Numerical differentiation in multiple dimensions.
dimen() - Method in class jhplot.VHolder
Return the dimension of the data
dimension() - Method in class jhplot.P1D
Returns the dimension of this P1D holder.
dirac(double[], double[]) - Static method in class jhplot.math.Random
Generate a random number from a discrete random variable.
disableDoubleBuffering(Component) - Static method in class jhplot.GHPanel
 
DiscreteDistribution - Class in jhplot.math.num.pdf
Base discrete distribution.
DiscreteDistribution() - Constructor for class jhplot.math.num.pdf.DiscreteDistribution
 
DiscreteRandomVariable - Interface in jhplot.math.num.random
A random variable generator for a discrete distribution.
disposeMe() - Method in class jhplot.GHMargin
Dispose this canvas
Distribution - Interface in jhplot.math.num.pdf
Base statistical distribution.
distroy() - Method in class jhplot.HPlot
Remove the canvas frame
distroy() - Method in class jhplot.HPlot2D
Remove the canvas frame
distroy() - Method in class jhplot.HPlotter
Close the frame (as close).
distroy() - Method in class jhplot.HPlotXYZ
Remove the canvas frame
div(Complex) - Method in class jhplot.math.Complex
Division of Complex numbers (doesn't change this Complex number).
div(float) - Method in class jhplot.v3d.Vector3d
 
divide(double) - Method in class jhplot.math.Complex
Returns this complex divided by the specified factor.
divide(double[], double[]) - Static method in class jhplot.math.LinearAlgebra
Element-wise ratio of two arrays.
divide(double[], double) - Static method in class jhplot.math.LinearAlgebra
Divide each element of an array by a scalar.
divide(double[][], double) - Static method in class jhplot.math.LinearAlgebra
Divide each element of a matrix by a scalar
divide(double[][], double[]...) - Static method in class jhplot.math.LinearAlgebra
 
divide(ValueErr, double) - Method in class jhplot.math.ValueErr
Division of this ValueErr number by a ValueErr number.
divide(ValueErr, ValueErr, double) - Static method in class jhplot.math.ValueErr
Division of two ValueErr numbers a/b with correlation
divide(ValueErr) - Method in class jhplot.math.ValueErr
Division of this ValueErr number by a ValueErr number without correlation
divide(ValueErr, ValueErr) - Static method in class jhplot.math.ValueErr
Division of two ValueErr numbers a/b without correlation
divide(double) - Method in class jhplot.math.ValueErr
Division of this ValueErr number by a double
divide(double, ValueErr) - Static method in class jhplot.math.ValueErr
Division of a double, a, by a ValueErr number, b
divide(double, double) - Static method in class jhplot.math.ValueErr
Divide a double number by a double and return quotient as ValueErr
dividedBy(Matrix) - Method in class jhplot.bsom.Matrix
Matrix division: X\Y.
dividedBy(Matrix, int) - Method in class jhplot.bsom.Matrix
Matrix division with bandwidth: X\Y.
divideEqual(ValueErr) - Method in class jhplot.math.ValueErr
Division of this ValueErr number by a ValueErr number and replace it by the quotient without correlation
divideEqual(ValueErr, double) - Method in class jhplot.math.ValueErr
Division of this ValueErr number by a ValueErr number and replace this by the quotient
divideEqual(double) - Method in class jhplot.math.ValueErr
Division of this ValueErr number by a double and replace this by the quotient
divideLU(double[][], double[]...) - Static method in class jhplot.math.LinearAlgebra
 
divideQR(double[][], double[]...) - Static method in class jhplot.math.LinearAlgebra
 
doc() - Method in class jhplot.F1D
Show online documentation.
doc() - Method in class jhplot.F2D
Show online documentation.
doc() - Method in class jhplot.F3D
Show online documentation.
doc() - Method in class jhplot.FND
Show online documentation.
doc() - Method in class jhplot.H1D
Show online documentation.
doc() - Method in class jhplot.H2D
Show online documentation.
doc() - Method in class jhplot.H3D
Show online documentation.
doc() - Method in class jhplot.HBayes
 
doc() - Method in class jhplot.HBook
Show online documentation.
doc() - Method in class jhplot.HBsom
Show documentation
doc() - Method in class jhplot.HCellular
Show documentation
doc() - Method in class jhplot.HChart
Show online documentation.
doc() - Method in class jhplot.HCluster
Show online documentation.
doc() - Method in class jhplot.HFit
Show online documentation.
doc() - Method in class jhplot.HFitter
Show online documentation.
doc() - Method in class jhplot.HGraph
Show online documentation.
doc() - Method in class jhplot.HLabel
Show online documentation.
doc() - Method in class jhplot.HLabelEq
Show online documentation.
doc() - Method in class jhplot.HMLabel
Show online documentation.
doc() - Method in class jhplot.HNeuralNet
Show online documentation.
doc() - Method in class jhplot.HPlot
Show online documentation.
doc() - Method in class jhplot.HPlot2D
Show online documentation.
doc() - Method in class jhplot.HPlot3D
Show online documentation.
doc() - Method in class jhplot.HPlot3DP
Show online documentation.
doc() - Method in class jhplot.HPlotJa
Show online documentation.
doc() - Method in class jhplot.HPlotJas
Show online documentation.
doc() - Method in class jhplot.HPlotter
Show online documentation.
doc() - Method in class jhplot.HPlotXYZ
Show online documentation.
doc() - Method in class jhplot.HProf1D
Show online documentation.
doc() - Method in class jhplot.HProf2D
Show online documentation.
doc() - Method in class jhplot.HTable
Show online documentation.
doc() - Method in class jhplot.HView3D
Show online documentation.
doc() - Method in class jhplot.IEditor
Show online documentation.
doc() - Method in class jhplot.io.csv.CSVReader
Show online documentation.
doc() - Method in class jhplot.io.csv.CSVWriter
Show online documentation.
doc() - Method in class jhplot.io.FileAida
Show online documentation.
doc() - Method in class jhplot.io.FileRoot
Show online documentation.
doc() - Method in class jhplot.IView
Show online documentation.
doc() - Method in class jhplot.JHPlot
Show online documentation.
doc() - Method in class jhplot.P0D
Show online documentation.
doc() - Method in class jhplot.P0I
Show online documentation.
doc() - Method in class jhplot.P1D
Show online documentation.
doc() - Method in class jhplot.P2D
Show online documentation.
doc() - Method in class jhplot.P3D
Show online documentation.
doc() - Method in class jhplot.PND
Show online documentation.
doc() - Method in class jhplot.PNI
Show online documentation.
doc() - Method in class jhplot.shapes.Arrow
Show online documentation.
doc() - Method in class jhplot.shapes.Circle
Show online documentation.
doc() - Method in class jhplot.shapes.Ellipse
Show online documentation.
doc() - Method in class jhplot.shapes.Line
Show online documentation.
doc() - Method in class jhplot.shapes.Picture
Show online documentation.
doc() - Method in class jhplot.shapes.Rectan
Show online documentation.
doc() - Method in class jhplot.shapes.Text
Show online documentation.
doc() - Method in class jhplot.SHPlot
Show online documentation.
doc() - Method in class jhplot.SHPlot3D
Show online documentation.
doc() - Method in class jhplot.SHPlotJa
Show online documentation.
doc() - Method in class jhplot.SPlot
Show online documentation.
doc() - Method in class jhplot.SPsheet
Show online documentation.
doc() - Method in class jhplot.stat.BunchingParameters
Show online documentation.
doc() - Method in class jhplot.stat.FactorialMoments
Show online documentation.
doc() - Method in class jhplot.stat.LinReg
Show online documentation.
doc() - Method in class jhplot.stat.LinRegWeighted
Show online documentation.
doc() - Method in class jhplot.stat.PCA
Show online documentation.
doc() - Method in class jhplot.stat.Statistics
Show online documentation.
doc() - Method in class jhplot.stat.StatShape
Show online documentation.
doc() - Method in class jhplot.VHolder
Show online documentation.
dot(Vector3d) - Method in class jhplot.v3d.Vector3d
 
DoubleArray - Class in jhplot.math
A class for dealing with double arrays and matrices.
DoubleArray() - Constructor for class jhplot.math.DoubleArray
 
DoubleArray - Class in jhplot.math.num
An expandable double array.
DoubleArray() - Constructor for class jhplot.math.num.DoubleArray
 
draw(P1D) - Method in class jhplot.HChart
Draw data from a P1D.
draw(HLabel) - Method in class jhplot.HPlot
Draw a label.
draw(HKey) - Method in class jhplot.HPlot
Draw a key.
draw(HLabelEq) - Method in class jhplot.HPlot
Draw a LaTeX rquation on the Canvas.
draw(HShape) - Method in class jhplot.HPlot
Draw a shape primitive to the Canvas.
draw(HMLabel) - Method in class jhplot.HPlot
Draw a multiline label.
draw(H1D[]) - Method in class jhplot.HPlot
Draw array of histograms
draw(Cloud1D) - Method in class jhplot.HPlot
Plot cloud in 1D.
draw(DataPointSet) - Method in class jhplot.HPlot
Plot Aida datapointset.
draw(Cloud2D) - Method in class jhplot.HPlot
Plot cloud 2D
draw(Histogram1D) - Method in class jhplot.HPlot
Draw 1D histogram
draw(H1D) - Method in class jhplot.HPlot
Plot 1D histogram.
draw(F1D[]) - Method in class jhplot.HPlot
Draw array of F1D holders
draw(DataArray, int) - Method in class jhplot.HPlot
Draw input data represented by DataArray
draw(F1D) - Method in class jhplot.HPlot
Draw an one-dimensional function.
draw(FND) - Method in class jhplot.HPlot
Draw an one-dimensional function from FND
draw(F1D, boolean) - Method in class jhplot.HPlot
Draw an one-dimensional function.
draw(FND, boolean) - Method in class jhplot.HPlot
Draw an one-dimensional function from FND.
draw(P1D[]) - Method in class jhplot.HPlot
Draw array of P1D holders
draw(P1D) - Method in class jhplot.HPlot
Draw data in form of P1D
draw(Cloud2D) - Method in class jhplot.HPlot2D
Plot cloud 2D.
draw(Histogram2D) - Method in class jhplot.HPlot2D
Draw 2D histogram
draw(H2D) - Method in class jhplot.HPlot2D
Draw 2D histogram using a style (see setStyle())
draw(P1D) - Method in class jhplot.HPlot2D
Plot P1D data (x-y) as density plot
draw(F2D) - Method in class jhplot.HPlot2D
Plot F2D function (x-y) as density plot
draw(H2D) - Method in class jhplot.HPlot3D
Draw H2D histogram
draw(P2D) - Method in class jhplot.HPlot3D
Display P2D data holder with X,Y,Z values in 3D.
draw(P3D) - Method in class jhplot.HPlot3D
Display P3D data holder with X,Y,Z values in 3D as surface.
draw(H2D, H2D) - Method in class jhplot.HPlot3D
Plot two H2D histograms on the same plot.
draw(F2D) - Method in class jhplot.HPlot3D
Draw F2D function as a surface.
draw(F2D, F2D) - Method in class jhplot.HPlot3D
Draw two F2D functions on the same plot.
draw(H2D, F2D) - Method in class jhplot.HPlot3D
Draw H2D histogram and F2D function on the same plot.
draw(F2D, H2D) - Method in class jhplot.HPlot3D
Draw F2D and H2D on the same plot.
draw(FPR) - Method in class jhplot.HPlot3DP
Draw a parametric function
draw(H1D, int, int) - Method in class jhplot.HPlotJa
Draw H1D histogram on pad X and pad Y
draw(H2D, int, int) - Method in class jhplot.HPlotJa
Draw 2D histogram on pads given by X and Y.
draw(JaObject) - Method in class jhplot.HPlotJa
Draw JaObject.
draw(P1D) - Method in class jhplot.HPlotJa
Draw H2D histogram on the current pad.
draw(H2D) - Method in class jhplot.HPlotJa
Draw H2D histogram on the current pad.
draw(H1D) - Method in class jhplot.HPlotJa
Draw H1D histogram on the current pad.
draw(F1D[]) - Method in class jhplot.HPlotJa
Draw array of F1D holders
draw(Cloud1D) - Method in class jhplot.HPlotJa
Plot cloud in 1D.
draw(Cloud2D) - Method in class jhplot.HPlotJa
Plot cloud 2D
draw(Histogram1D) - Method in class jhplot.HPlotJa
Draw 1D histogram
draw(DataArray, String) - Method in class jhplot.HPlotJa
Draw data represented by DataArray on the current pad.
draw(F1D, int, int) - Method in class jhplot.HPlotJa
Draw an one-dimensional function on the current pad.
draw(FND, int, int) - Method in class jhplot.HPlotJa
Draw an one-dimensional function on the current pad.
draw(F1D) - Method in class jhplot.HPlotJa
Draw an one-dimensional function on the current pad.
draw(FND) - Method in class jhplot.HPlotJa
Draw an one-dimensional function on the current pad.
draw(P1D, int, int) - Method in class jhplot.HPlotJa
Draw P1D object on the pad
draw(P1D[]) - Method in class jhplot.HPlotJa
Draw array of P1D holders
draw(H1D) - Method in class jhplot.HPlotJas
Plot 1D histogram.
draw(H1D, IPlotterStyle) - Method in class jhplot.HPlotter
Plot 1D histogram.
draw(H2D, IPlotterStyle) - Method in class jhplot.HPlotter
Plot 2D histogram.
draw(H2D, String) - Method in class jhplot.HPlotter
Plot 2D histogram.
draw(H1D) - Method in class jhplot.HPlotter
Plot 1D histogram.
draw(Histogram1D, IPlotterStyle) - Method in class jhplot.HPlotter
Draw Aida histogram with some plotter style
draw(Histogram2D, IPlotterStyle) - Method in class jhplot.HPlotter
Draw 2D Aida histogram with some plotter style
draw(Histogram1D) - Method in class jhplot.HPlotter
Draw Aida histogram with default style
draw(Histogram1D, IDataStyle) - Method in class jhplot.HPlotter
Draw Aida histogram with some data style
draw(Histogram2D, IDataStyle) - Method in class jhplot.HPlotter
Draw 2D Aida histogram with some dat style
draw(H2D) - Method in class jhplot.HPlotter
Draw 2D histogram as a density plot.
draw(Histogram2D) - Method in class jhplot.HPlotter
Draw 2D histogram as a density plot.
draw(IDataPointSet) - Method in class jhplot.HPlotter
Plot AIDA data points.
draw(IDataPointSet, IPlotterStyle) - Method in class jhplot.HPlotter
Draw Aida data set with some style
draw(IDataPointSet, IDataStyle) - Method in class jhplot.HPlotter
Draw Aida data set with some data style
draw(P1D) - Method in class jhplot.HPlotter
Plot data points
draw(F1D) - Method in class jhplot.HPlotter
Draw a function.
draw(IFunction) - Method in class jhplot.HPlotter
Draw a function using AIDA.
draw(IFunction, IPlotterStyle) - Method in class jhplot.HPlotter
Draw Aida data set with some style
draw(IFunction, IDataStyle) - Method in class jhplot.HPlotter
Draw Aida function with some data style
draw(Cloud1D) - Method in class jhplot.HPlotter
Draw a cloud using AIDA.
draw(Cloud1D, IPlotterStyle) - Method in class jhplot.HPlotter
Draw Aida cloud with some style.
draw(Cloud1D, IDataStyle) - Method in class jhplot.HPlotter
Draw Aida cloud with some data style
draw(Cloud2D) - Method in class jhplot.HPlotter
Draw Aida 2D cloud
draw(Cloud2D, IPlotterStyle) - Method in class jhplot.HPlotter
Draw Aida 2D cloud with some style
draw(Cloud2D, IDataStyle) - Method in class jhplot.HPlotter
Draw Aida cloud with some data style
draw(P2D, double, Color) - Method in class jhplot.HPlotXYZ
Draw X,Y.Z values in 3D using variable colors.
draw(AbstractDrawable[]) - Method in class jhplot.HPlotXYZ
Draw a list of shapes on the current canvas
draw(F2D, int, int) - Method in class jhplot.HPlotXYZ
Draw a F2D function (a function with 2 arguments, x and y).
draw(H2D) - Method in class jhplot.HPlotXYZ
Draw a H2D histogram.
draw(Object3d) - Method in class jhplot.HView3D
Draw an object.
draw(ConstructionObject) - Method in class jhplot.HZirkel
Draw an object on the canvas.
draw(double[][], double[][]) - Method in class jhplot.SPlot
Draw multiple sets as marks (default).
draw(double[], double[]) - Method in class jhplot.SPlot
Draw a single data set as marks (default).
draw(String, double[], double[]) - Method in class jhplot.SPlot
Draw a single data set with a legend.
draw(String, double[], double[], double[]) - Method in class jhplot.SPlot
Draw a single data set with errors on Y with legend.
draw(H1D) - Method in class jhplot.SPlot
Draw H1D histograms
draw(P1D) - Method in class jhplot.SPlot
Draw P1D object.
draw(String[], double[][], double[][]) - Method in class jhplot.SPlot
Set sets of data with legends
drawBox() - Method in class jhplot.HPlot3D
Draw an empty frame
drawData(VectorGraphics) - Method in class jhplot.jadraw.JaAxes
Draw data points
drawHandles(VectorGraphics) - Method in class jhplot.jadraw.JaArcObject
Draws the handles of this JaxoArc.
drawHandles(VectorGraphics) - Method in class jhplot.jadraw.JaAxes
Draws the handles of this box object.
drawHandles(VectorGraphics) - Method in class jhplot.jadraw.JaBlob
Draws a visual aid during the dragging of a blob object, which is a red cross at the center.
drawHandles(VectorGraphics) - Method in class jhplot.jadraw.JaBox
Draws the handles of this box object.
drawHandles(VectorGraphics) - Method in class jhplot.jadraw.JaKey
Draws the handles of this text object.
drawHandles(VectorGraphics) - Method in class jhplot.jadraw.JaLatexText
Draws the handles of this text object.
drawHandles(VectorGraphics) - Method in class jhplot.jadraw.JaLineObject
Draws the handles of this line object.
drawHandles(VectorGraphics) - Method in class jhplot.jadraw.JaLoopObject
Draws the handles of this loop object.
drawHandles(VectorGraphics) - Method in class jhplot.jadraw.JaObject
Draws the handles of this JaObject that allow to move/resize/edit it.
drawHandles(VectorGraphics) - Method in class jhplot.jadraw.JaText
Draws the handles of this text object.
drawHandles(VectorGraphics) - Method in class jhplot.jadraw.JaTextBox
Draws the handles of this box object.
drawHandles(VectorGraphics) - Method in class jhplot.jadraw.JaVertex
Draws the handles of this vertex object.
drawHandles(VectorGraphics) - Method in class jhplot.jadraw.JaVertexT5
Draws the handles of this vertex object.
DrawOptions - Class in jhplot
Main class which sets graphic attributes for all jHPlot classes (histograms and data holders).
DrawOptions() - Constructor for class jhplot.DrawOptions
Sets drawing options
drawStatBox(H1D) - Method in class jhplot.HPlot
Draw a statistical box (mean, RMS, number of entries)
drawStatBox(H1D, int, int) - Method in class jhplot.HPlot
Draw a statistical box (mean, RMS, number of entries) at a specific position.
drawStatBox(H1D, double, double, String) - Method in class jhplot.HPlot
Draw a statistical box (mean, RMS, number of entries) at a specific position.
drawTextBox(String[]) - Method in class jhplot.HPlot
Draw a text box with some information
drawTexVisualAid(VectorGraphics) - Method in class jhplot.jadraw.JaLatexText
Draws a visual aid for a tex label: a blu TeX icon.
drawVisualAid(VectorGraphics) - Method in class jhplot.jadraw.JaArcObject
Draws a visual aid during the dragging of an arc object.
drawVisualAid(VectorGraphics) - Method in class jhplot.jadraw.JaBlob
Draws a visual aid during the dragging of a blob object, which is a red cross at the center.
drawVisualAid(VectorGraphics) - Method in class jhplot.jadraw.JaLoopObject
Draws a visual aid during the dragging of a loop object, which is a red cross at the center.
drawVisualAid(VectorGraphics) - Method in class jhplot.jadraw.JaObject
Draws a visual aid for the user during dragging of certain JaxoObjects.
drawVisualAid(VectorGraphics) - Method in class jhplot.jadraw.JaVertex
Draws a visual aid during the dragging of a vertex object, which is a red cross at the center.
drawVisualAid(VectorGraphics) - Method in class jhplot.jadraw.JaVertexT5
Draws a visual aid during the dragging of a vertex object, which is a red cross at the center.

E

editData() - Method in class jhplot.HNeuralNet
Edit data
editNetwork() - Method in class jhplot.HNeuralNet
Edit a neural net in a frame
Editor3d - Class in jhplot.v3d
 
Editor3d(Canvas3d, Model3d) - Constructor for class jhplot.v3d.Editor3d
 
editPanel() - Method in class jhplot.jadraw.JaArcObject
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaAxes
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaBlob
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaBox
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaFLine
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaGLine
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaGlLine
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaKey
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaLatexText
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaLine
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaLoopObject
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaObject
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaPLine
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaSLine
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaText
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaTextBox
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaVertex
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaVertexT1
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaVertexT2
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaVertexT3
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaVertexT4
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaVertexT5
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaVertexT6
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaZigZagLine
Brings up the edit panel that allows to change the parameters of this object.
EFile - Class in jhplot.io
Write data structures in sequential order into ntuples using Google's Prototype Buffer.
EFile(String, String) - Constructor for class jhplot.io.EFile
Open a file to write/read objects to/from a file in sequential order.
EFile(String) - Constructor for class jhplot.io.EFile
Open file for reading objects from a serialized file in sequential order.
eigen(double[][]) - Static method in class jhplot.math.LinearAlgebra
 
eigenvalues(double, int) - Method in class jhplot.bsom.Matrix
Make a row vector including the eigenvalues of the matrix.
elementary() - Method in class jhplot.F1D
Convert this function rewrite in term of elementary functions (log, exp, frac, sqrt, implicit roots) This is useful before simplifying function.
elementary(String) - Method in class jhplot.math.Symbolic
Rewrite an expression in term of elementary functions (log, exp, frac, sqrt, implicit roots).
Ellipse - Class in jhplot.shapes
Draw an ellipse in the USER coordinate system
Ellipse(double, double, double, double, Stroke, Color) - Constructor for class jhplot.shapes.Ellipse
Create an ellipse
Ellipse(double, double, double, double) - Constructor for class jhplot.shapes.Ellipse
Create an ellipse using the default stroke and the color
ELLIPSE - Static variable in class jhplot.shapes.HShape
 
enableDoubleBuffering(Component) - Static method in class jhplot.GHPanel
 
ensureDirectory(File, File) - Static method in class jhplot.v3d.Util
Ensures the existence of the directory specified by the parameter.
ensureFilePath(File, File) - Static method in class jhplot.v3d.Util
Ensures the existence of the directory which may be part of the path specification of parameter file.
entries() - Method in class jhplot.H1D
Number of in-range entries in the histogram
entries() - Method in class jhplot.H2D
Number of in-range entries in the histogram
entries() - Method in class jhplot.HProf1D
Number of in-range entries in the histogram
entries() - Method in class jhplot.HProf2D
Number of in-range entries in the histogram
entriesToString() - Method in class jhplot.io.EFile
Get a string representing file content.
entriesToString() - Method in class jhplot.io.PFile
Get a string representing file content.
enumerateKeys() - Method in class jhplot.io.BaseRecordsFile
Returns an Enumeration of the keys of all records in the database.
enumerateKeys() - Method in class jhplot.io.RecordsFile
Returns an enumeration of all the keys in the database.
epsilon - Static variable in class jhplot.math.Slicing
 
equals(int[], int[]) - Static method in class jhplot.math.ArrayMathUtils
Deprecated. Use java.util.Arrays instead.
equals(Vector3d) - Method in class jhplot.v3d.Vector3d
 
erasePoint(int, int) - Method in class jhplot.SPlot
Erase the point at the given index in the given dataset.
Erf - Class in jhplot.math.num.special
Utility class that provides methods related to the error function.
erf(double) - Static method in class jhplot.math.num.special.Erf
Returns the error function erf(x) (1).
erfc(double) - Static method in class jhplot.math.num.special.Erf
Returns the complementary error function erfc(x) (1).
euler(double[], F1D, double) - Static method in class jhplot.math.Numeric
Uses the Euler method to solve an ODE.
eval(double) - Method in class jhplot.F1D
Evaluate a function at a specific point in x
eval(double[]) - Method in class jhplot.F1D
Evaluate a function for an array of x-values
eval(double, double) - Method in class jhplot.F1D
Evaluate a function for graphic representation.
eval(double, double, int) - Method in class jhplot.F1D
Evaluate a function for graphic representation.
eval() - Method in class jhplot.F1D
Evaluate a function for graphic representation.
eval(double, double) - Method in class jhplot.F2D
Evaluate a function at a specific point in (x,y)
eval(double[], double[]) - Method in class jhplot.F2D
Evaluate a function for an array of x-values
eval(double, double, double) - Method in class jhplot.F3D
Evaluate a function at a specific point in (x,y,z)
eval(String) - Method in class jhplot.FND
Evaluate a function at a specific point in x
eval(String, double, double, String) - Method in class jhplot.FND
Evaluate a function at a specific point for one single variable.
eval(String, double, double) - Method in class jhplot.FND
Evaluate a function at a specific point for one single variable.
eval(String) - Method in class jhplot.math.Symbolic
Evaluate an expression with the given engine.
eval() - Method in class jhplot.stat.BunchingParameters
Evaluate bunching parameters at the end of the run
eval() - Method in class jhplot.stat.FactorialMoments
Evaluate factorial moments at the end of the run
eval(float) - Method in class jhplot.stat.Interpolator.Cubic
Evaluate cubic function
eval() - Method in class jhplot.stat.PCA
 
evaluate(double) - Method in class jhplot.math.num.ContinuedFraction
Evaluate this continued fraction at the given value.
evaluate(double) - Method in interface jhplot.math.num.Function
Evaluate this function, f, at the domain value x.
evaluate(double) - Method in class jhplot.math.num.PowerSeries
Evaluate this series at the given value.
evaluate(double) - Method in class jhplot.math.num.Series
Evaluate this series at the given value.
exec(String) - Method in class jhplot.math.Symbolic
Execute a set of expressions.
exit() - Method in class jhplot.HZirkel
 
exp() - Method in class jhplot.math.Complex
Complex exponential (doesn't change this Complex number).
exp(ValueErr) - Static method in class jhplot.math.ValueErr
Get exponential function
expand() - Method in class jhplot.F1D
Convert this function rewrite in expanded form.
expand(String) - Method in class jhplot.math.Symbolic
Expanding a math formula.
Exponent - Class in jhplot.fit
Exponential distribution.
Exponent() - Constructor for class jhplot.fit.Exponent
 
Exponent(String) - Constructor for class jhplot.fit.Exponent
 
Exponent(String[], String[]) - Constructor for class jhplot.fit.Exponent
 
Exponent - Static variable in class jhplot.HPlotJa
 
Exponential - Class in jhplot.math.num.pdf
The Exponential distribution (1).
Exponential() - Constructor for class jhplot.math.num.pdf.Exponential
Default constructor.
Exponential(double) - Constructor for class jhplot.math.num.pdf.Exponential
Create a distribution with the given mean.
exponential(double) - Static method in class jhplot.math.Random
Generate a random number from an exponantial random variable (Mean = 1/lambda, variance = 1/lambda^2).
ExponentialRandomVariable - Class in jhplot.math.num.random
A random variable generator for the Exponential distribution.
ExponentialRandomVariable() - Constructor for class jhplot.math.num.random.ExponentialRandomVariable
Default constructor.
ExponentialRandomVariable(double) - Constructor for class jhplot.math.num.random.ExponentialRandomVariable
Create a random variable with the given mean.
ExponentialRandomVariable(double, RNG) - Constructor for class jhplot.math.num.random.ExponentialRandomVariable
Create a random variable with the given parameters.
export(String) - Method in class jhplot.GHPanel
Fast export of the canvas to an image file (depends on the extension, i.e.
export(String) - Method in class jhplot.HPlotJa
Fast export of the canvas to an image file (depends on the extension, i.e.
export(String) - Method in class jhplot.HPlotJas
Fast export of the canvas to an image file (depends on the extension, i.e.
export(String) - Method in class jhplot.HPlotter
Fast export of the canvas to an image file (depends on the extension, i.e.
export(String) - Method in class jhplot.HZirkel
Export image to a file.
export(String) - Method in class jhplot.SPlot
Fast export of the canvas to an image file (depends on the extension, i.e.
exportDialog(String) - Method in class jhplot.GHPanel
Export a GHFrame image to an external file: The file extension is very important: *.png - make PNG figure *.eps - make EPS figure *.ps - make PS figure *.jpg - make JPG figure *.pdf - make PDF figure *.SVG - make SVG figure *.EMF - make EMF figure, It will open some dialog in case if the file exists
exportDialog(String) - Method in class jhplot.HPlotJas
Export a GHFrame image to an external file: The file extension is very important: *.png - make PNG figure *.eps - make EPS figure *.ps - make PS figure *.jpg - make JPG figure *.pdf - make PDF figure *.SVG - make SVG figure *.EMF - make EMF figure, It will open some dialog in case if the file exists
exportImage() - Method in class jhplot.GHPanel
Exports the image to some graphic format.
extract(int, int, double[]) - Static method in class jhplot.math.ArrayMathUtils
Extracts a sub-array (will invert the resulting array if k0 > k1).
extract(int, int, int[]) - Static method in class jhplot.math.ArrayMathUtils
Extracts a sub-array (will invert the resulting array if k0 > k1).
extraEntries() - Method in class jhplot.H1D
Number of under and overflow entries in the histogram.
extraEntries() - Method in class jhplot.H2D
Get the number of entries in the underflow and overflow bins.
extraEntries() - Method in class jhplot.HProf1D
Number of under and overflow entries in the histogram.
extraEntries() - Method in class jhplot.HProf2D
Get the number of entries in the underflow and overflow bins.

F

f(double[][], Function) - Static method in class jhplot.math.DoubleArray
Apply a scalar function to every element of an array.
f(double[], Function) - Static method in class jhplot.math.DoubleArray
Apply a scalar function to every element of an array.
f(double) - Method in interface jhplot.math.Function
 
F1D - Class in jhplot
Create a function in one dimension using "x" as a variable.
F1D(String, double, double) - Constructor for class jhplot.F1D
Create a function in 1D.
F1D(String, double, double, boolean) - Constructor for class jhplot.F1D
Same function, but one can specify is it parsed or not.
F1D(String) - Constructor for class jhplot.F1D
Create a function in 1D for evaluation.
F1D(String, String) - Constructor for class jhplot.F1D
Create new function.
F1D(String, String, double, double, boolean) - Constructor for class jhplot.F1D
Create a new function.
F1D(String, double[], double, double, boolean) - Constructor for class jhplot.F1D
Create a polynomial analytical function using a list of values.
F1D(String, boolean) - Constructor for class jhplot.F1D
Build a function
F1D(String, ParseFunction, double, double) - Constructor for class jhplot.F1D
Create a function in 1D.
F1D(ParseFunction, double, double) - Constructor for class jhplot.F1D
Build a function.
F1D(String, String, double, double) - Constructor for class jhplot.F1D
Create a function in 1D.
F1D(IFunction, double, double) - Constructor for class jhplot.F1D
Create a F1D function from JAIDA IFunction.
F1D(IFunction) - Constructor for class jhplot.F1D
Create a F1D function from JAIDA IFunction.
F1D(String, IFunction, double, double) - Constructor for class jhplot.F1D
Create F1D function from JAIDA IFunction.
F2D - Class in jhplot
Create 2D function.
F2D(String) - Constructor for class jhplot.F2D
Create a function in 2D for evaluation.
F2D(String, String, double, double, double, double) - Constructor for class jhplot.F2D
Create a function in 2D.
F2D(String, double, double, double, double) - Constructor for class jhplot.F2D
Build a 2D function.
F2D(String, IFunction, double, double, double, double) - Constructor for class jhplot.F2D
Create a F2D function from JAIDA IFunction.
F2D(IFunction) - Constructor for class jhplot.F2D
Create a F2D function from JAIDA IFunction.
F2D(IFunction, double, double, double, double) - Constructor for class jhplot.F2D
Create a F2D function from JAIDA IFunction.
F3D - Class in jhplot
Create 3D function.
F3D(String) - Constructor for class jhplot.F3D
Create a function in 3D for evaluation.
F3D(String, String, double, double, double, double, double, double) - Constructor for class jhplot.F3D
Create a function in 3D.
F3D(String, double, double, double, double, double, double) - Constructor for class jhplot.F3D
Build a 3D function.
F3D(String, String, IFunction, double, double, double, double, double, double) - Constructor for class jhplot.F3D
Create a function in 3D from a AIDA IFunction.
F3D(String, IFunction, double, double, double, double, double, double) - Constructor for class jhplot.F3D
 
F3D(IFunction, double, double, double, double, double, double) - Constructor for class jhplot.F3D
Create a function in 3D from a AIDA IFunction.
FactorialMoments - Class in jhplot.stat
**************************************************************************** Calculations of normalized factorial moments characterizing local multiplicity fluctuations inside a restricted phase space.
FactorialMoments(int, int, int, double, double) - Constructor for class jhplot.stat.FactorialMoments
Initialize factorial-moment calculations.
factories() - Method in class jhplot.HPlot
Create various JAIDA factories: IAnalysisFactory, ITree, IFitFactory, IFunctionFactory
factories() - Method in class jhplot.HPlotJa
Create various JAIDA factories: IAnalysisFactory, ITree, IFitFactory, IFunctionFactory
factorize() - Method in class jhplot.F1D
Convert this function rewrite in factorized form (if can).
factorize(String) - Method in class jhplot.math.Symbolic
Factorize math formula.
FalsePositionRootFinder - Class in jhplot.math.num.root
The false position method (1) for finding roots of functions.
FalsePositionRootFinder(Function) - Constructor for class jhplot.math.num.root.FalsePositionRootFinder
Create a root finder for the given function.
FalsePositionRootFinder(Function, int, double) - Constructor for class jhplot.math.num.root.FalsePositionRootFinder
Create a root finder for the given function.
FArc(float, float, float, float, float, float) - Static method in class jhplot.jadraw.Diagram
 
fbar(int, double) - Static method in class jhplot.math.KolmogorovSmirnovDist
Computes the complementary cumulative probability P[D_n >= x] of the Kolmogorov-Smirnov distribution with sample size n at x.
FDistribution - Class in jhplot.math.num.pdf
The F distribution (1).
FDistribution() - Constructor for class jhplot.math.num.pdf.FDistribution
Default constructor.
FDistribution(double, double) - Constructor for class jhplot.math.num.pdf.FDistribution
Create a distribution with the given numerator degrees of freedom and denominator degrees of freedom.
fi(int) - Method in interface jhplot.math.IndexFunction
 
FileAida - Class in jhplot.io
Open an AIDA file and retrieve objects for plotting.
FileAida(String) - Constructor for class jhplot.io.FileAida
Create object to read AIDA file.
FileAida(String, boolean) - Constructor for class jhplot.io.FileAida
Create object to read AIDA file.
FileAida() - Constructor for class jhplot.io.FileAida
Create FileAida
fileNameOfPath(String) - Static method in class jhplot.v3d.Util
 
FilePrintable - Interface in jhplot.math.io
BSD License
FileRoot - Class in jhplot.io
Class to read ROOT files.
FileRoot(String) - Constructor for class jhplot.io.FileRoot
Main constructor to build root file reader.
FileRoot(URL) - Constructor for class jhplot.io.FileRoot
Open file from URL
fill(P0D) - Method in class jhplot.H1D
Fill histogram from P0D array
fill(int, AbstractDistribution) - Method in class jhplot.H1D
Fill histogram with random numbers.
fill(P0I) - Method in class jhplot.H1D
Fill histogram from P0I array
fill(double) - Method in class jhplot.H1D
Fill histogram with a value
fill(PND) - Method in class jhplot.H1D
Fill histogram with values from a PND array.
fill(PND, PND) - Method in class jhplot.H1D
Fill histograms with values from PND array.
fill(double[]) - Method in class jhplot.H1D
Fill histogram with array of double values
fill(Cloud1D) - Method in class jhplot.H1D
Fill histogram with array of double values
fill(double[], double[]) - Method in class jhplot.H1D
Fill histogram with array of double values.
fill(int[]) - Method in class jhplot.H1D
Fill histogram with array of integer values
fill(double, double) - Method in class jhplot.H1D
Fill histogram a with weight
fill(double, double) - Method in class jhplot.H2D
Fill H2D histogram assuming all weights are unity.
fill(double, double, double) - Method in class jhplot.H2D
Fill H2D histogram with weights
fill(double[], double[]) - Method in class jhplot.H2D
Fill H2D histogram from 2 arrays.
fill(Cloud2D) - Method in class jhplot.H2D
Fill H2D histogram from Cloud2D.
fill(P0D, P0D) - Method in class jhplot.H2D
Fill H2D histogram from 2 arrays.
fill(P0I, P0I) - Method in class jhplot.H2D
Fill H2D histogram from 2 arrays.
fill(double[], double[], double[]) - Method in class jhplot.H2D
Fill H2D histogram from arrays.
fill(double, double) - Method in class jhplot.HProf1D
Fill profile histogram with X and Y
fill(double, double, double) - Method in class jhplot.HProf1D
Fill profile histogram with X and Y
fill(double[], double[]) - Method in class jhplot.HProf1D
Fill histogram with array of double values.
fill(double[], double[], double[]) - Method in class jhplot.HProf1D
Fill histogram with array of double values.
fill(double, double, double) - Method in class jhplot.HProf2D
Fill histogram assuming all weights are unity.
fill(double, double, double, double) - Method in class jhplot.HProf2D
Fill histogram assuming all weights are unity.
fill(double[], double[], double[]) - Method in class jhplot.HProf2D
Fill histogram from 2 arrays.
fill(double[], double[], double[], double[]) - Method in class jhplot.HProf2D
Fill histogram from 2 arrays.
fill(int, int, double) - Static method in class jhplot.math.DoubleArray
Fills an m x n matrix of doubles with constant c.
fill(int, double) - Static method in class jhplot.math.DoubleArray
Provides an m element array filled with constant c.
fill(int, double, double) - Method in class jhplot.P0D
Fill with a sequence of numbers between min and max.
fill(double[]) - Method in class jhplot.P0D
Fill a P0D container from an array.
fill(int[]) - Method in class jhplot.P0D
Fill a P0D container from an array.
fill(int, Integer, Integer) - Method in class jhplot.P0I
Fill with a sequence of numbers between min and max.
fill(Integer[]) - Method in class jhplot.P0I
Fill a P0I container from an array.
fill(int[]) - Method in class jhplot.P0I
Fill a P0I container from an array.
fill(double[], double[]) - Method in class jhplot.P1D
Fill a P1D container from 2 arrays.
fill(P0D, P0D) - Method in class jhplot.P1D
Fill a P1D container from 2 P0D arrays.
fill(Cloud2D) - Method in class jhplot.P1D
Fill a P1D container from a Cloud2D.
fill(double[], double[], double[]) - Method in class jhplot.P1D
Fill a P1D container from 3 arrays (one represents symmetrical errors on Y).
fill(P0D, P0D, P0D) - Method in class jhplot.P1D
Fill a P1D container from P0D arrays (one represents symmetrical errors on Y).
fill(double[], double[], double[], double[]) - Method in class jhplot.P1D
Fill a P1D container from 4 arrays (last represents asymmetrical upper and lower errors on Y).
fill(double[], double[], double[], double[], double[], double[], double[], double[], double[], double[]) - Method in class jhplot.P1D
Fill the values of a X-Y plot-points with full errors.
fill(double[], double[], double[]) - Method in class jhplot.P2D
Fill a P2D container from 3 arrays.
fillInvBinSizeWeight(double) - Method in class jhplot.H1D
Fill histogram with a value, weighting it by inverse of bin size.
fillInvBinSizeWeight(double) - Method in class jhplot.HProf1D
Fill histogram with a value, weighting it by inverse of bin size.
fillP0D(P0D, P0D) - Method in class jhplot.HProf1D
Fill histogram from two P0D arrays
fillPlot() - Method in class jhplot.SPlot
Rescale so that the data that is currently plotted just fits.
fillWithVectors(String, Vector, Vector) - Method in class jhplot.SPsheet
Fill the table from the Vectors
find(double) - Method in class jhplot.P0D
Returns the index of first occurrence of the specified element
find(int) - Method in class jhplot.P0I
Returns the index of first occurrence of the specified element.
findBin(double) - Method in class jhplot.H1D
Convert a coordinate on the axis to a bin number
findBinX(double) - Method in class jhplot.H2D
Convert a coordinate X on the axis to a bin number
findBinY(double) - Method in class jhplot.H2D
Convert a coordinate Y on the axis to a bin number
findDescriptor(int) - Method in class jhplot.io.csv.bean.HeaderColumnNameMappingStrategy
 
findDescriptor(int) - Method in interface jhplot.io.csv.bean.MappingStrategy
Implementation will have to return a property descriptor from a bean based on the current column.
findex(int, IndexFunction) - Static method in class jhplot.math.DoubleArray
Provides a sequence of values to which some function has been applied.
findRoot(double, double) - Method in class jhplot.math.num.root.BisectionRootFinder
Find a root of the target function that lies in the interval [ min, max].
findRoot(double, double) - Method in class jhplot.math.num.root.BrentRootFinder
Find a root of the target function that lies between the two initial approximations, x0 and x1.
findRoot(double, double) - Method in class jhplot.math.num.root.FalsePositionRootFinder
Find a root of the target function that lies in the interval [ min, max].
findRoot(double) - Method in class jhplot.math.num.root.NewtonRootFinder
Find a root of the target function that lies close to x.
findRoot(double, double) - Method in class jhplot.math.num.root.SecantRootFinder
Find a root of the target function that lies around the two initial approximations, x0 and x1.
findSlice(double[]) - Method in class jhplot.math.Slicing
 
fit(H1D) - Method in class jhplot.HFitter
Fit histogram
fit(P1D) - Method in class jhplot.HFitter
Fit P1D
fit(PND) - Method in class jhplot.HFitter
Fit PND (all errors set to be zero).
fit(H2D) - Method in class jhplot.HFitter
Fit H2D histogram
fit(H1D, String, String) - Method in class jhplot.HPlot
Fit 1D histogram with the function F1D
fit(H1D, String, String) - Method in class jhplot.HPlotJa
Fit 1D histogram with the function F1D
fitF() - Method in class jhplot.HPlot
Return FitFactory associated with the plot
fitF() - Method in class jhplot.HPlotJa
Return FitFactory associated with the plot
FLine(float, float) - Static method in class jhplot.jadraw.Diagram
Get a fermion line
FLoop(float, float) - Static method in class jhplot.jadraw.Diagram
Get a fermion loop object
floor(double[][]) - Static method in class jhplot.math.IntegerArray
 
floor(double[]) - Static method in class jhplot.math.IntegerArray
 
flush() - Method in class jhplot.io.csv.CSVWriter
Flush underlying stream to writer.
flush() - Method in class jhplot.math.io.LEDataOutputStream
 
FND - Class in jhplot
Create a function in multiple dimensions.
FND(String, String, String) - Constructor for class jhplot.FND
Create a function in any dimension evaluation.
FND(String, String) - Constructor for class jhplot.FND
Build a function, setting its title to the definition.
formatNumber(double, int) - Method in class jhplot.jadraw.JaAxes
formats a double precision number such that it is correctly rounded for output.
FPR - Class in jhplot
Class to build parametric functions using two independent variables, u and v.
FPR(String, String, int, int) - Constructor for class jhplot.FPR
Create a parametric function.
FPR(String, int, int) - Constructor for class jhplot.FPR
Create a parametric function.
FPR(String) - Constructor for class jhplot.FPR
Create a parametric function.
FRandomVariable - Class in jhplot.math.num.random
A random variable generator for the F distribution.
FRandomVariable() - Constructor for class jhplot.math.num.random.FRandomVariable
Default constructor.
FRandomVariable(double, double) - Constructor for class jhplot.math.num.random.FRandomVariable
Create a random variable with the given numerator degrees of freedom and denominator degrees of freedom.
FRandomVariable(double, double, RNG) - Constructor for class jhplot.math.num.random.FRandomVariable
Create a random variable with the given parameters.
fromXML(String) - Static method in class jhplot.io.Serialized
Get object to XML using XSream package
func(F1D) - Method in class jhplot.P0D
Transform P0D array to array with values given by a function.
func(String, F1D) - Method in class jhplot.P0D
Make transformation of P0D using a function.
func(F1D) - Method in class jhplot.P0I
Transform P0I array to array with values given by a function.
func(String, F1D) - Method in class jhplot.P0I
Make transformation of P0I using a function.
funcF() - Method in class jhplot.HPlot
Return FunctionFactory associated with the plot
funcF() - Method in class jhplot.HPlotJa
Return FunctionFactory associated with the plot
Function - Interface in jhplot.math
BSD License
Function - Interface in jhplot.math.num
A single variable function.

G

Gamma - Class in jhplot.math.num.pdf
The Gamma distribution (1).
Gamma() - Constructor for class jhplot.math.num.pdf.Gamma
Default constructor.
Gamma(double, double) - Constructor for class jhplot.math.num.pdf.Gamma
Create a distribution with the given alpha and beta values.
Gamma - Class in jhplot.math.num.special
Utility class that provides methods related to the gamma family of functions.
GammaRandomVariable - Class in jhplot.math.num.random
A random variable generator for the Gamma distribution.
GammaRandomVariable() - Constructor for class jhplot.math.num.random.GammaRandomVariable
Default constructor.
GammaRandomVariable(double, double) - Constructor for class jhplot.math.num.random.GammaRandomVariable
Create a random variable with the given alpha and beta values.
GammaRandomVariable(double, double, RNG) - Constructor for class jhplot.math.num.random.GammaRandomVariable
Create a random variable with the given parameters.
GArc(float, float, float, float, float, float) - Static method in class jhplot.jadraw.Diagram
Get a g-line object
Gauss - Class in jhplot.fit
Gaussian distribution.
Gauss() - Constructor for class jhplot.fit.Gauss
 
Gauss(String) - Constructor for class jhplot.fit.Gauss
 
Gauss(String[], String[]) - Constructor for class jhplot.fit.Gauss
 
gaussian4(int, F1D, double, double) - Static method in class jhplot.math.Numeric
Numerical integration using the Gaussian integration formula (4 points).
gaussian8(int, F1D, double, double) - Static method in class jhplot.math.Numeric
Numerical integration using the Gaussian integration formula (8 points).
geData() - Method in class jhplot.HChart
Returns the current data object
geIntArrayList() - Method in class jhplot.P0I
Get data in form of IntArrayList from cern.colt package
Geometric - Class in jhplot.math.num.pdf
The Geometric distribution.
Geometric() - Constructor for class jhplot.math.num.pdf.Geometric
Default constructor.
Geometric(double) - Constructor for class jhplot.math.num.pdf.Geometric
Create a distribution with the given probability of success.
GeometricRandomVariable - Class in jhplot.math.num.random
A random variable generator for the Geometric distribution.
GeometricRandomVariable() - Constructor for class jhplot.math.num.random.GeometricRandomVariable
Default constructor.
GeometricRandomVariable(double) - Constructor for class jhplot.math.num.random.GeometricRandomVariable
Create a random variable with the given probability of success.
GeometricRandomVariable(double, RNG) - Constructor for class jhplot.math.num.random.GeometricRandomVariable
Create a random variable with the given parameters.
get() - Method in class jhplot.H1D
Get JAIDA histogram
get() - Method in class jhplot.H2D
Get the JAIDA Histogram2D
get() - Method in class jhplot.HProf1D
Get JAIDA histogram
get() - Method in class jhplot.HProf2D
Get the JAIDA Profile2D
get(String) - Method in class jhplot.io.FileAida
Get object associated with the key name
get(String) - Method in class jhplot.io.FileRoot
Get object associated with the key name in the current directory.
get(String) - Method in class jhplot.io.HDataBase
Get object from the database using a key
get(int) - Method in class jhplot.math.num.DoubleArray
Access the element at the given index.
get(int, String) - Method in class jhplot.P0D
Get P0D with values below, above or equal a specified value.
get(int) - Method in class jhplot.P0D
Return a specific value at ith position.
get(int, String) - Method in class jhplot.P0I
Get P0I with values below, above or equal a specified value.
get(int) - Method in class jhplot.P0I
Return a specific value at ith position.
get(int) - Method in class jhplot.PND
Return a specific row as array
get(int, int) - Method in class jhplot.PND
Return a specific value.
get(int) - Method in class jhplot.PNI
Return a specific row as array
get(int, int) - Method in class jhplot.PNI
Return a specific value.
get() - Method in class jhplot.security.MD5
Returns 32-character hex representation of this objects hash
getAll() - Method in class jhplot.io.FileAida
Get list of all objects
getAllH1D() - Method in class jhplot.HBook
Get array with all H1D histograms.
getAllH2D() - Method in class jhplot.HBook
Get array with all H2D histograms.
getAllign() - Method in class jhplot.jadraw.JaLatexText
Returns the allign property of this text object.
getAllNames(String) - Method in class jhplot.io.FileAida
Get list of all objects
getAllNames() - Method in class jhplot.io.FileAida
Get list of all objects
getAllP1D() - Method in class jhplot.HBook
Get array with all P1D containers.
getAllTypes() - Method in class jhplot.io.FileAida
Get list of all types
getAllTypes(String) - Method in class jhplot.io.FileAida
Get list of all types
getAlpha() - Method in class jhplot.bsom.Bsom
 
getAlpha() - Method in class jhplot.HBsom
Get alpha
getAlpha() - Method in class jhplot.math.num.pdf.Beta
Access the alpha parameter.
getAlpha() - Method in class jhplot.math.num.pdf.Gamma
Access the alpha parameter.
getAmp() - Method in class jhplot.jadraw.JaArcObject
Returns the amp property of this arc object.
getAmp() - Method in class jhplot.jadraw.JaLineObject
Returns the amp property of this line object.
getAmp() - Method in class jhplot.jadraw.JaLoopObject
Returns the amp property of this loop object.
getAngamp() - Method in class jhplot.jadraw.JaGlLine
Returns the angamp property of this JaGlLine.
getAntiAlias() - Method in class jhplot.HPlot
Get antialiasing for the graphics of the current plot
getArcParameters() - Method in class jhplot.jadraw.JaArcObject
 
getArray() - Method in class jhplot.P0D
Get a double array with P0D values.
getArray() - Method in class jhplot.P0I
Get integer array with P0I values.
getArray() - Method in class jhplot.PND
Get a double array with values.
getArray() - Method in class jhplot.PNI
Get a double array with values.
getArrayDouble() - Method in class jhplot.P0I
Get a double array with P0I values.
getArrayInt() - Method in class jhplot.P0D
Get an integer array with P0D values.
getArrayList() - Method in class jhplot.HPlotJa
Get list of all objects on the frame.
getArrayList() - Method in class jhplot.P0D
Get data in form of ArrayList
getArrayList() - Method in class jhplot.P0I
Get data in form of ArrayList
getArrayList() - Method in class jhplot.PND
Get data in form of ArrayList
getArrayList() - Method in class jhplot.PNI
Get data in form of ArrayList
getArrayX() - Method in class jhplot.F1D
Get array of X-values after function after evaluation using the default number of points
getArrayX() - Method in class jhplot.P1D
Get array representing X-values
getArrayX() - Method in class jhplot.P2D
Get array representing X-values
getArrayX() - Method in class jhplot.P3D
Get array representing X-values
getArrayXleft() - Method in class jhplot.P1D
Get array representing X-left errors
getArrayXleftSys() - Method in class jhplot.P1D
Get array representing X-left 2nd level errors
getArrayXright() - Method in class jhplot.P1D
Get array representing X-right errors
getArrayXrightSys() - Method in class jhplot.P1D
Get array representing X-right 2nd level errors
getArrayY() - Method in class jhplot.F1D
Get array of Y-values after function after evaluation using the default number of points
getArrayY() - Method in class jhplot.P1D
Get array representing Y-values
getArrayY() - Method in class jhplot.P2D
Get array representing Y-values
getArrayY() - Method in class jhplot.P3D
Get array representing Y-values
getArrayYlower() - Method in class jhplot.P1D
Get array representing Y lower errors
getArrayYlowerSys() - Method in class jhplot.P1D
Get array representing Y lower 2nd level errors
getArrayYupper() - Method in class jhplot.P1D
Get array representing Y upper errors
getArrayYupperSys() - Method in class jhplot.P1D
Get array representing Y upper 2nd level errors
getArrayZ() - Method in class jhplot.P2D
Get array representing Z-values
getArrayZ() - Method in class jhplot.P3D
Get array representing Z-values
getArrow() - Method in class jhplot.jadraw.JaArcObject
Returns the arrow property of this arc object.
getArrow() - Method in class jhplot.jadraw.JaLineObject
Returns the arrow property of this line object.
getArrow() - Method in class jhplot.jadraw.JaLoopObject
Returns the arrow property of this loop object.
getAuthor() - Static method in class jhplot.JHPlot
Get the author
getAv() - Method in class jhplot.stat.FactorialMoments
Return average multiplicity as a function of bin
getAxesArrow(int) - Method in class jhplot.jadraw.JaAxes
Is arrow to be shown
getAxesColor() - Method in class jhplot.HPlot
Returns the actual color of the axes of the graph.
getAxesColor() - Method in class jhplot.HPlotter
Returns the actual color of the axes of the graph.
getAxesFontColor() - Method in class jhplot.HPlot3D
Color for tic labels
getAxesRatio() - Method in class jhplot.HPlot
Returns the current ratio between X- and Y-axes lengths.
getAxesRatioUse() - Method in class jhplot.HPlot
Says whether we should use a fixed ratio between X- and Y-axes lengths.
getAxis() - Method in class jhplot.H1D
Get histogram Axis class.
getAxis(int) - Method in class jhplot.HPlot2D
Return axis objects
getAxis() - Method in class jhplot.HProf1D
Get histogram Axis class.
getAxisArrow() - Method in class jhplot.HPlot
Gets axis arrows.
getAxisFont() - Method in class jhplot.HPlot3D
Get font for axes
getAxisPenTicWidth() - Method in class jhplot.HPlot
Get the pen width to draw tick axes
getAxisStyle(int) - Method in class jhplot.HPlotter
Return style of axis of the current region
getAxisTitle(int) - Method in class jhplot.HPlot2D
Get label title
getAxisX() - Method in class jhplot.H2D
Get IAxis in X
getAxisX() - Method in class jhplot.HProf2D
Get IAxis in X
getAxisY() - Method in class jhplot.H2D
Get IAxis in Y
getAxisY() - Method in class jhplot.HProf2D
Get IAxis in Y
getBack() - Method in class jhplot.jadraw.JaLineObject
Returns the back property of this line object.
getBackgColor() - Method in class jhplot.HPlot
Returns the actual background color of the entire graph panel.
getBackgColorGraph() - Method in class jhplot.HPlot
Returns the background color of the current graph.
getBaseColor() - Method in class jhplot.v3d.Pyramid
 
getBatchNumber() - Method in class jhplot.HCellular
Returns the batch number
getBeta() - Method in class jhplot.bsom.Bsom
 
getBeta() - Method in class jhplot.HBsom
Get beta
getBeta() - Method in class jhplot.math.num.pdf.Beta
Access the beta parameter.
getBeta() - Method in class jhplot.math.num.pdf.Gamma
Access the beta parameter.
getBins() - Method in class jhplot.H1D
Get the number of bins
getBins() - Method in class jhplot.HProf1D
Get the number of bins
getBinSize() - Method in class jhplot.H1D
Get bin width in case of fixed-size bins.
getBinSize(int) - Method in class jhplot.H1D
Get bin width for index i
getBinSize() - Method in class jhplot.HProf1D
Get bin width in case of fixed-size bins.
getBinsX() - Method in class jhplot.H2D
Get the number of bins in X
getBinsX() - Method in class jhplot.HProf2D
Get the number of bins in X
getBinsY() - Method in class jhplot.H2D
Get the number of bins in Y
getBinsY() - Method in class jhplot.HProf2D
Get the number of bins in Y
getBinWidth() - Method in class jhplot.DrawOptions
get the bin width.
getBoundingBox() - Method in class jhplot.jadraw.JaLatexText
Returns the bounding box of this latex text object.
getBoundingBox() - Method in class jhplot.jadraw.JaObject
Returns the bounding box of this JaObject.
getBoxColor() - Method in class jhplot.HPlot
Returns the color used to draw the bounding box.
getBoxFillColor() - Method in class jhplot.HPlot
Returns the fill-color of the eventual bounding box arround the graph
getBoxOffset() - Method in class jhplot.HPlot
Returns the offset of the bounding box.
getBP(int) - Method in class jhplot.stat.BunchingParameters
Return results: BP as a function of number of bins.
getBufferSize() - Method in class jhplot.io.HFile
Get current buffer size for I/O.
getBufferSize() - Method in class jhplot.io.HFileXML
Get current buffer size for I/O.
getBuildTime() - Static method in class jhplot.JHPlot
Get build date
getCAConfig() - Method in class jhplot.HCellular
Returns used CA space.
getCameraPosition() - Method in class jhplot.HPlot3DP
Get camera position.
getCanvas() - Method in class jhplot.HZirkel
Return the actual canvas where all objects are shown
getCanvas(String, int, int, int, int) - Static method in class jhplot.SHPlot
Create HPlot canvas with several plots.
getCanvas(String, int, int) - Static method in class jhplot.SHPlot
Construct a HPlot canvas with a single plot.
getCanvas(String) - Static method in class jhplot.SHPlot
Construct a HPlot canvas with a plot with the default size 600x400.
getCanvas() - Static method in class jhplot.SHPlot
Construct a HPlot canvas with a plot with the default size 600x400.
getCanvas(String, int, int, int, int) - Static method in class jhplot.SHPlot3D
Create HPlot3D canvas with several plots.
getCanvas(String, int, int) - Static method in class jhplot.SHPlot3D
Construct a HPlot3D canvas with a single plot.
getCanvas(String) - Static method in class jhplot.SHPlot3D
Construct a HPlot3D canvas with a plot with the default size 600x400.
getCanvas() - Static method in class jhplot.SHPlot3D
Construct a HPlot3D canvas with a plot with the default size 600x400.
getCanvas(String, int, int, int, int, boolean) - Static method in class jhplot.SHPlotJa
Create HPlotJa canvas with several plots.
getCanvas(String, int, int, int, int) - Static method in class jhplot.SHPlotJa
Create HPlot canvas with several plots.
getCanvas(String, int, int) - Static method in class jhplot.SHPlotJa
Construct a HPlot canvas with a single plot.
getCanvas(String) - Static method in class jhplot.SHPlotJa
Construct a HPlot canvas with a plot with the default size 600x400.
getCanvas() - Static method in class jhplot.SHPlotJa
Construct a HPlotJa canvas with a plot with the default size 600x400.
getCanvasPanel() - Method in class jhplot.GHPanel
get JPanel for the main panel which keeps the central panel and all 4 margins
getCdX() - Method in class jhplot.GHFrame
Get location of the graph in the main canvas in X
getCdX() - Method in class jhplot.HPlotJa
Get location of the graph in the main canvas in X
getCdX() - Method in class jhplot.HPlotter
Get location of the graph in the main canvas in X
getCdY() - Method in class jhplot.GHFrame
Get location of the graph on the main canvas in Y
getCdY() - Method in class jhplot.HPlotJa
Get location of the graph on the main canvas in Y
getCdY() - Method in class jhplot.HPlotter
Get location of the graph on the main canvas in Y
getCellSize() - Method in class jhplot.HCellular
Returns the cell size in dot
getCenters(int) - Method in class jhplot.stat.StatShape
Get the centers in non-quadrant method.
getChart() - Method in class jhplot.HChart
Returns current Chart
getChart() - Method in class jhplot.HPlotXYZ
Get the current canvas chart.
getChartPanel() - Method in class jhplot.HChart
Returns current Chart panel
getChi2() - Method in class jhplot.stat.LinRegWeighted
Get chi2
getChi2() - Method in class jhplot.stat.StatShape
Get Chi2 of this fit
getColor() - Method in class jhplot.DrawOptions
Return color used for points/lines
getColor() - Method in class jhplot.HKey
Get color of a label.
getColor() - Method in class jhplot.HLabel
Get color of a label.
getColor() - Method in class jhplot.HLabelEq
Get color of the label.
getColor() - Method in class jhplot.HMLabel
Get color of the label.
getColor() - Method in class jhplot.jadraw.JaObject
Returns the color of this object.
getColor() - Method in class jhplot.shapes.HShape
Get a color of the primitive
getColor(int) - Static method in class jhplot.utils.ColorPixel
Return color from pixel color (integer compact value representing color in the ImageJ representation).
getColorBack() - Method in class jhplot.v3d.Canvas3d
 
getColorBackground() - Method in class jhplot.HLabelEq
Get color of background.
getColorBar() - Method in class jhplot.HPlot2D
Get color bar (key) for the current plot
getColorMode() - Method in class jhplot.HPlot3D
Get current the color mode
getColors() - Method in class jhplot.SPlot
Get the point colors.
getColumn(int) - Method in class jhplot.PND
Return a specific column as an array
getColumn(int) - Method in class jhplot.PNI
Return a specific column as an array
getColumnCopy(double[][], int) - Static method in class jhplot.math.DoubleArray
Extract one column from a matrix.
getColumnCopy(double[][][], int, int) - Static method in class jhplot.math.DoubleArray
Extract one column from a three dimensional array.
getColumnCopy(int[][], int) - Static method in class jhplot.math.IntegerArray
 
getColumnCopy(int[][][], int, int) - Static method in class jhplot.math.IntegerArray
 
getColumnDimension(double[][], int) - Static method in class jhplot.math.DoubleArray
Get the number of columns in a specified row of a matrix.
getColumnDimension(int[][], int) - Static method in class jhplot.math.IntegerArray
 
getColumnMapping() - Method in class jhplot.io.csv.bean.ColumnPositionMappingStrategy
 
getColumnMapping() - Method in class jhplot.io.csv.bean.HeaderColumnNameTranslateMappingStrategy
 
getColumnP0D(int) - Method in class jhplot.PND
Return a specific column as P0D object
getColumnsCopy(double[][], int...) - Static method in class jhplot.math.DoubleArray
Extract specific columns from a matrix.
getColumnsCopy(int[][], int...) - Static method in class jhplot.math.IntegerArray
 
getColumnsRangeCopy(double[][], int, int) - Static method in class jhplot.math.DoubleArray
Extract a range of columns from a matrix.
getColumnsRangeCopy(int[][], int, int) - Static method in class jhplot.math.IntegerArray
 
getConfidence() - Method in class jhplot.stat.LinReg
Get confidence intervals for means
getConfidence(Color) - Method in class jhplot.stat.LinReg
Get confidence intervals for means
getConfidenceBand(Color, double) - Method in class jhplot.stat.LinReg
Calculate confidence band in form of P1D with errors.
getConfidenceBand(int, Color, double) - Method in class jhplot.stat.LinReg
Calculate confidence band in form of P1D with errors.
getConstruction() - Method in class jhplot.HZirkel
Get construction to draw the objects
getContourBinsX() - Method in class jhplot.HPlotJa
Number of contour bins in X
getContourBinsY() - Method in class jhplot.HPlotJa
Number of contour bins in Y
getContourBinX() - Method in class jhplot.jadraw.JaAxes
Get number of bins in X for contour plot
getContourBinY() - Method in class jhplot.jadraw.JaAxes
Get number of bins in Y for contour plot
getContourLevels() - Method in class jhplot.HPlotJa
Number of contour levels
getContourLevels() - Method in class jhplot.jadraw.JaAxes
Get the number of levels to show contour plot
getCoordinate(int, int) - Method in class jhplot.stat.PCA
Positions of the last coordinates of the projection vectors (eigenvectors)
getCopy(double[], int...) - Static method in class jhplot.math.DoubleArray
Extract specific elements from an array.
getCopy(int[], int...) - Static method in class jhplot.math.IntegerArray
 
getCopy() - Method in class jhplot.P3D
get a copy of the current holder
getCorrelation() - Method in class jhplot.stat.LinReg
Get correlation coefficient
getCovariance() - Method in class jhplot.stat.PCA
Get covariance matrix
getCovariance() - Method in class jhplot.stat.StatShape
Get covariance matrix.
getCreatedBy() - Static method in class jhplot.JHPlot
Get JAVA version used to create
getCrossoverRate() - Method in class jhplot.HCellular
Returns the crossover rate
getCurDir() - Static method in class jhplot.HPlotJa
Returns the current working directory.
getD() - Method in class jhplot.stat.PCA
Get transpose
getDash() - Method in class jhplot.jadraw.JaArcObject
Returns the dash property of this arc object.
getDash() - Method in class jhplot.jadraw.JaLineObject
Returns the dash property of this line object.
getDash() - Method in class jhplot.jadraw.JaLoopObject
Returns the dash property of this loop object.
getData() - Method in class jhplot.HNeuralNet
Get data
getData() - Method in class jhplot.HPlot
Get the vector which keeps all the data
getData() - Method in class jhplot.HPlotJa
Get the vector which keeps all the data
getData() - Method in class jhplot.jadraw.JaAxes
Get the vector which keeps all the data
getData() - Method in class jhplot.security.MD5
Get data as stream
getData(int) - Method in class jhplot.SPlot
Get the data in the specified dataset.
getData() - Method in class jhplot.stat.StatShape
Get data back used for fitting (can be inverted in Y and Y for best results).
getData() - Method in class jhplot.VHolder
Return a Vector with the data (rows of the dimension obtained by calling dimen()).
getDataArray() - Method in class jhplot.P1D
Return a DataArray container from JPlot
getDataArray() - Method in class jhplot.P2D
Return a DataArray2D container.
getDataArray() - Method in class jhplot.P3D
Return a DataArray3D container.
getDataLength() - Method in class jhplot.io.RecordWriter
Returns the number of bytes in the data.
getDataLength() - Method in class jhplot.stat.LinReg
Get the size of the input data
getDataLength() - Method in class jhplot.stat.LinRegWeighted
Get the size of the input data
getDataStyle() - Method in class jhplot.HPlotter
Get current data style.
getDataX() - Method in class jhplot.stat.LinReg
Get an array with X data
getDataX() - Method in class jhplot.stat.LinRegWeighted
Get an array with X data
getDataY() - Method in class jhplot.stat.LinReg
Get an array with Y data
getDataY() - Method in class jhplot.stat.LinRegWeighted
Get an array with Y data
getDegreesOfFreedom() - Method in class jhplot.math.num.pdf.ChiSquared
Access the degrees of freedom.
getDegreesOfFreedom() - Method in class jhplot.math.num.pdf.TDistribution
Access the degrees of freedom.
getDeltaTime() - Method in class jhplot.HCellular
Returns Delta time
getDenominatorDegreesOfFreedom() - Method in class jhplot.math.num.pdf.FDistribution
Access the denominator degrees of freedom.
getDensity() - Method in class jhplot.H1D
Get a density distribution dividing each bin of the histogram by the bin width and the total number of heights for all bins.
getDensity() - Method in class jhplot.H2D
Get a density distribution dividing each bin of the histogram by the bin width and the total number of heights for all bins.
getDerivative() - Method in class jhplot.math.num.root.NewtonRootFinder
Access the derivative of the target function.
getDeviancePart(double, double) - Static method in class jhplot.math.num.pdf.SaddlePoint
A part of the deviance portion of the saddle point approximation.
getDiagonal(double[][], int) - Static method in class jhplot.math.DoubleArray
Extract diagonal from a matrix.
getDimension() - Method in class jhplot.PND
Get last dimension of the data.
getDimension() - Method in class jhplot.PNI
Get last dimension of the data.
getDistance() - Method in class jhplot.HPlot3D
Get the distance
getDivU() - Method in class jhplot.FPR
Get number of divisions for U
getDivV() - Method in class jhplot.FPR
Get number of divisions for V
getDLSeparation() - Method in class jhplot.jadraw.JaArcObject
Returns the double line separation of this object.
getDLSeparation() - Method in class jhplot.jadraw.JaLineObject
Returns the double line property.
getDLSeparation() - Method in class jhplot.jadraw.JaLoopObject
Returns the double line property.
getDoubleArrayList() - Method in class jhplot.P0D
Get data in form of DoubleArrayList from cern.colt package
getDoubleLine() - Method in class jhplot.jadraw.JaArcObject
Returns the double line property.
getDoubleLine() - Method in class jhplot.jadraw.JaLineObject
Returns the double line property.
getDoubleLine() - Method in class jhplot.jadraw.JaLoopObject
Returns the double line property.
getDrawOption() - Method in class jhplot.DrawOptions
Get the drawing attributes
getDrawOptions() - Method in class jhplot.DrawOptions
Get all drawing options in form of a string
getDX(int) - Method in class jhplot.P3D
Return a specific dX-value.
getDY(int) - Method in class jhplot.P3D
Return a specific dY-value.
getDZ(int) - Method in class jhplot.P3D
Return a specific dZ-value.
getEigenvalue(int) - Method in class jhplot.stat.PCA
Information about eigenvalues
getEigenvalueTot(int) - Method in class jhplot.stat.PCA
Express eigenvalues as percentage of total
getElevationAngle() - Method in class jhplot.HPlot3D
Get the angle
getEliteSize() - Method in class jhplot.HCellular
Returns the populationSize
getEnd() - Method in class jhplot.jadraw.JaArcObject
Returns the end property of this line object.
getEnd() - Method in class jhplot.jadraw.JaLineObject
Returns the end property of this line object.
getEndLength() - Method in class jhplot.shapes.Arrow
Get length of the ends
getEndWidth() - Method in class jhplot.shapes.Arrow
Get widths of the ends
getEngine() - Method in class jhplot.math.Symbolic
Return the name of the current engine.
getEntries() - Method in class jhplot.io.HFile
Return processed number of entries
getEntries() - Method in class jhplot.io.HFileXML
Get number of processed entries
getEntries() - Method in class jhplot.io.PFile
Return file entries (ID,name,size).
getEntropy() - Method in class jhplot.H1D
Returns the entropy of the histogram.
getEntropy() - Method in class jhplot.HProf1D
Returns the entropy of the histogram.
getEpochError() - Method in class jhplot.HNeuralNet
Returns errors for each epoch.
getErr() - Method in class jhplot.math.ValueErr
Get current error
getException() - Method in class jhplot.F1D
If error occurs at some step, this is the way to retrieve it.
getExpForm() - Method in class jhplot.jadraw.JaAxes
Get exponential form
getEyePosition() - Method in class jhplot.HPlot3DP
Get a vector with eye position
getFaceColor(int) - Method in class jhplot.v3d.Pyramid
 
getFD() - Method in class jhplot.math.io.LERandomAccessFile
 
getFilePointer() - Method in class jhplot.math.io.LERandomAccessFile
 
getFill() - Method in class jhplot.shapes.HShape
Is this primitive filled?
getFillColor() - Method in class jhplot.FPR
Get color used to fill.
getFillColor() - Method in class jhplot.jadraw.JaFillObject
Returns the fill color of the fillColor object.
getFillColor() - Method in class jhplot.jadraw.JaVertexT2
Returns the fill color of the fillColor object.
getFitEngines() - Method in class jhplot.HFitter
Return available fit engines.
getFitFunction() - Method in class jhplot.stat.StatShape
Get a fit function after the linear regression (major axis).
getFitFunctionPerp() - Method in class jhplot.stat.StatShape
Get a fit function perpendicular to the linear regression line (minor axis).
getFitFunctionQuadrants() - Method in class jhplot.stat.StatShape
Get linear functions after rotation of major and minor axes by 45 deg to define the quadrants.
getFitMethod() - Method in class jhplot.HFitter
Return available fit methods.
getFitParameters() - Method in class jhplot.stat.StatShape
Get fit parameters, the intercept (0) and the slope (1)
getFitParametersPerp() - Method in class jhplot.stat.StatShape
Get fit parameters of a function perpendicular (minor) axis to the linear regression line the intercept (0) and the slope (1)
getFitParametersRotate() - Method in class jhplot.stat.StatShape
Parameters after rotation of major and minor axes by 45deg.
getFittedFunc() - Method in class jhplot.HFitter
Get results of the fit in form of function
getFitter() - Method in class jhplot.HFitter
Return Jaida fitter
getFixedVars() - Method in class jhplot.FND
String with fixed variables
getFlip() - Method in class jhplot.jadraw.JaArcObject
Returns the flip property of this arc object.
getFlip() - Method in class jhplot.jadraw.JaLineObject
Returns the flip property of this line object.
getFlip() - Method in class jhplot.jadraw.JaLoopObject
Returns the flip property of this loop object.
getFM(int) - Method in class jhplot.stat.FactorialMoments
Return factorial moments (without normalization): log(FM) as a function of number of bins.
getFont() - Method in class jhplot.HKey
Get the font of the label text.
getFont() - Method in class jhplot.HLabel
Get the font of the label text.
getFont() - Method in class jhplot.HMLabel
Get the text font.
getFont() - Method in class jhplot.jadraw.JaKey
Returns the textFont property of this text object.
getFont() - Method in class jhplot.jadraw.JaText
Returns the textFont property of this text object.
getFont() - Method in class jhplot.jadraw.JaTextBox
Returns the textFont property of this text object.
getFont() - Method in class jhplot.shapes.Text
Get the font
getFontSize() - Method in class jhplot.HLabelEq
Get the font size of the equation.
getFov() - Method in class jhplot.HPlot3DP
Get field of vision
getFrame() - Method in class jhplot.GHFrame
Get the main frame which keeps the components
getFrameColor() - Method in class jhplot.HPlot3D
Get color of the frame
getFreq() - Method in class jhplot.jadraw.JaArcObject
Returns the freq property of this arc object.
getFreq() - Method in class jhplot.jadraw.JaLineObject
Returns the freq property of this line object.
getFreq() - Method in class jhplot.jadraw.JaLoopObject
Returns the freq property of this loop object.
getFunc() - Method in class jhplot.HFitter
Return function
getFuncCatalog() - Method in class jhplot.HFitter
Return list of available functions
getFunction() - Method in class jhplot.math.num.integration.AdaptiveIntegrator
Access the target function.
getFunction() - Method in class jhplot.math.num.integration.RombergIntegrator
Access the target function.
getFunction() - Method in class jhplot.math.num.integration.SimpsonsIntegrator
Access the target function.
getFunction() - Method in class jhplot.math.num.integration.TrapezoidalIntegrator
Access the target function.
getFunction() - Method in class jhplot.math.num.root.BisectionRootFinder
Access the target function.
getFunction() - Method in class jhplot.math.num.root.Bracket
Access the target function.
getFunction() - Method in class jhplot.math.num.root.BrentRootFinder
Access the target function.
getFunction() - Method in class jhplot.math.num.root.FalsePositionRootFinder
Access the target function.
getFunction() - Method in class jhplot.math.num.root.NewtonRootFinder
Access the target function.
getFunction() - Method in class jhplot.math.num.root.SecantRootFinder
Access the target function.
getGBackground() - Method in class jhplot.GHMargin
Get the color of background
getGColor() - Method in class jhplot.GHMargin
Get the color of this panel
getGeneralPath() - Method in class jhplot.jadraw.JaObject
Returns the GeneralPath that draws this JaObject.
getGFont() - Method in class jhplot.GHMargin
Get the font of the text
getGoalOfHs() - Method in class jhplot.HCellular
Returns the crossover rate
getGrabbedHandle(int, int, int) - Method in class jhplot.jadraw.JaArcObject
Determines which handle the user has selected to move/resize/edit this arc.
getGrabbedHandle(int, int, int) - Method in class jhplot.jadraw.JaAxes
Determines where on this JaObject a mouse click has ocurred.
getGrabbedHandle(int, int, int) - Method in class jhplot.jadraw.JaBlob
Determines where on this JaObject a mouse click has ocurred.
getGrabbedHandle(int, int, int) - Method in class jhplot.jadraw.JaBox
Determines where on this JaObject a mouse click has ocurred.
getGrabbedHandle(int, int, int) - Method in class jhplot.jadraw.JaKey
Determines where on this JaObject a mouse click has ocurred.
getGrabbedHandle(int, int, int) - Method in class jhplot.jadraw.JaLatexText
Determines where on this JaObject a mouse click has ocurred.
getGrabbedHandle(int, int, int) - Method in class jhplot.jadraw.JaLineObject
Determines which handle the user has selected to move/resize/edit this line.
getGrabbedHandle(int, int, int) - Method in class jhplot.jadraw.JaLoopObject
Determines which handle the user has selected to move/resize/edit this loop.
getGrabbedHandle(int, int, int) - Method in class jhplot.jadraw.JaObject
Determines which handle the user has selected to move/resize/edit an object.
getGrabbedHandle(int, int, int) - Method in class jhplot.jadraw.JaText
Determines where on this JaObject a mouse click has ocurred.
getGrabbedHandle(int, int, int) - Method in class jhplot.jadraw.JaTextBox
Determines where on this JaObject a mouse click has ocurred.
getGrabbedHandle(int, int, int) - Method in class jhplot.jadraw.JaVertex
Determines which handle the user has selected to move/resize/edit this vertex.
getGrabbedHandle(int, int, int) - Method in class jhplot.jadraw.JaVertexT5
Determines which handle the user has selected to move/resize/edit this vertex.
getGraph() - Method in class jhplot.HGraph
Returns the current graph
getGraphLabel() - Method in class jhplot.HKey
Get a label with default attributes
getGraphLabel() - Method in class jhplot.HLabel
Get a label with default attributes
getGraphLabel() - Method in class jhplot.HMLabel
Get a label with default attributes
getGraphSettings(int, int) - Method in class jhplot.HPlot
Get graph settings
getGraphSettings() - Method in class jhplot.HPlot
Get graph settings for current plot
getGrid() - Method in class jhplot.SPlot
Return whether the grid is drawn.
getGridColor() - Method in class jhplot.HPlot
Sets the color of the overall grid.
getGridColor() - Method in class jhplot.jadraw.JaAxes
Get grid color (gray is default)
getGTitle() - Method in class jhplot.HPlotJa
Get global title
getH() - Method in class jhplot.math.QRDecomposition
Return the Householder vectors
getH1D() - Method in class jhplot.F1D
Return H1D histogram from F1D function.
getH1D(String, int, double, double) - Method in class jhplot.F1D
Return a Histogram given by the F1D function.
getH1D(int) - Method in class jhplot.HBook
Get H1D histogram from the index (key)
getH1D() - Method in class jhplot.HProf1D
Make H1D copy of the current histogram.
getH1D(String) - Method in class jhplot.HProf1D
Convert to H1D for graphical representation using default graphics attributes.
getH1D(String, String) - Method in class jhplot.HProf1D
Convert to H1D for graphical representation using default graphics attributes.
getH1D(String) - Method in class jhplot.io.FileRoot
Get H1D histogram associated with the key name.
getH1D(int) - Method in class jhplot.P0D
Return H1D histogram with P0D content.
getH1D(int, double, double) - Method in class jhplot.P0D
Return H1D histogram with P0D content.
getH1D(int) - Method in class jhplot.P0I
Return H1D histogram with P0I content.
getH1D(int, double, double) - Method in class jhplot.P0I
Return H1D histogram with P0I content.
getH1D(int, Integer, Integer) - Method in class jhplot.P0I
Return H1D histogram with P0I content.
getH1D(int, double, double) - Method in class jhplot.PND
Return H1D histogram with PND content.
getH1D(int, double, double, int) - Method in class jhplot.PND
Make a histogram from a column of PND.
getH1D(int) - Method in class jhplot.PND
Create histogram.
getH1D(int, double, double) - Method in class jhplot.PNI
Return H1D histogram with PND content.
getH1D(int) - Method in class jhplot.PNI
Create histogram.
getH1D(int, double, double, int) - Method in class jhplot.PNI
Make a histogram from a column of PND.
getH2D(String, int, double, double, int, double, double) - Method in class jhplot.F2D
Generate a 2D histogram from the F2D function using a custom number of bins and given min and max values.
getH2D(int) - Method in class jhplot.HBook
Get H2D histogram from the index (key) ID
getH2D(String) - Method in class jhplot.HProf2D
Make H2D copy of the current histogram.
getH2D(String, String) - Method in class jhplot.HProf2D
Make H2D copy of the current histogram.
getH2D() - Method in class jhplot.HProf2D
Convert to H2D keeping the original title
getH2D(String) - Method in class jhplot.io.FileRoot
Get H2D histogram associated with the key name.
getHeight() - Method in class jhplot.jadraw.JaObject
Returns the height of this object.
getHight() - Method in class jhplot.v3d.Model3d
 
getHTMLUrl(String) - Method in class jhplot.GHFrame
Returns a HTML page which is found in a valid image URL.
getIDataPointSet() - Method in class jhplot.P1D
Get IDataPointSet.
getIDataPointSet() - Method in class jhplot.PND
Get the data point set for JAIDA
getIDataPointSet() - Method in class jhplot.PNI
Get the data point set for JAIDA
getIFunction() - Method in class jhplot.F1D
Get Jaida function
getImage() - Method in class jhplot.HLabelEq
Return image of this equation
getImageFile(String) - Method in class jhplot.HLabelEq
Return image of this equation as a file.
getIndex(int) - Method in class jhplot.math.Sorting
Get the ascending order of one line.
getIndex() - Method in class jhplot.math.Sorting
Get the ascending order of all lines.
getInflip() - Method in class jhplot.jadraw.JaLineObject
Returns the inflip property of this line object.
getInfo() - Method in class jhplot.io.FileRoot
Get the StreamerInfo
getInfo() - Static method in class jhplot.JHPlot
 
getInitString() - Method in class jhplot.HCellular
Return initialization string
getInnerColor() - Method in class jhplot.HPlot
Returns the color used to fill the shaded triangles.
getIntArrayList() - Method in class jhplot.P0I
Get data in form of IntArrayList (underlying list)
getIntegerArrayList() - Method in class jhplot.P0I
Get data in form of DoubleArrayList from cern.colt package
getIntercept() - Method in class jhplot.stat.LinReg
Get Intercept
getIntercept() - Method in class jhplot.stat.LinRegWeighted
Get Intercept
getInterceptError() - Method in class jhplot.stat.LinReg
Get the standard error on intercept
getInterceptError() - Method in class jhplot.stat.LinRegWeighted
Get the standard error on intercept
getIterations() - Method in interface jhplot.math.num.IterativeMethod.IterativeState
Access the current iteration.
getIterator(int[], Object[]) - Static method in class jhplot.math.SortUtils
Answer iterator, which iterates over specified data array according to the specified permutation, that is data[p[0]],..,data[p[data.length-1]]
getIterator(int[], List) - Static method in class jhplot.math.SortUtils
Answer iterator, which iterates over specified data list according to the specified permutation, that is data.get(p[0]),..,data.get(p[data.length-1])
getITree() - Method in class jhplot.io.FileAida
Return ITree for further manipulations
getJaAxes() - Method in class jhplot.HPlotJa
Get the current JaAxes frame
getJPanel() - Method in class jhplot.GHMargin
Return JPanel of this margin
getJPlot(int, int) - Method in class jhplot.HPlot
Get jplots for each graph
getJPlot() - Method in class jhplot.HPlot
Get jplots for each graph for current graph
getKey(int) - Method in class jhplot.io.FileRoot
Get a key using its index.
getKey(String) - Method in class jhplot.io.FileRoot
Get a key
getKey() - Method in class jhplot.io.RecordWriter
 
getKey() - Method in class jhplot.jadraw.JaKey
Get current key symbol.
getKeyColor() - Method in class jhplot.HKey
Get key color
getKeyColor() - Method in class jhplot.jadraw.JaKey
Get key color
getKeys() - Method in class jhplot.io.FileRoot
Return all keys of the current directory as a list.
getKeys() - Method in class jhplot.io.HDataBase
Returns an enumeration of all the keys in the database.
getKeysH1D() - Method in class jhplot.HBook
Get keys of all known H1D histograms.
getKeysH2D() - Method in class jhplot.HBook
Get keys of all known H2D histograms.
getKeySize() - Method in class jhplot.HKey
Get key size
getKeysP1D() - Method in class jhplot.HBook
Get keys of all known P1D containers.
getKeySpace() - Method in class jhplot.HKey
Get a space between the key and the text describing the key
getKeySpace() - Method in class jhplot.jadraw.JaKey
Get space between a text and the key
getKeyTextSpace() - Method in class jhplot.HPlotJa
Get current space between the key symbol and the text for legends
getKeyType() - Method in class jhplot.HKey
Get key type
getL() - Method in class jhplot.math.CholeskyDecomposition
Return triangular factor.
getL() - Method in class jhplot.math.LUDecomposition
Return lower triangular factor
getLabel(int) - Method in class jhplot.HPlotJa
Return the current lable
getLabelColor() - Method in class jhplot.HPlot3D
Get label color
getLabelColor() - Method in class jhplot.jadraw.JaAxes
Get label color
getLabelDimension(FontMetrics, int) - Method in class jhplot.jadraw.JaAxes
Get the lastst lavel size
getLabelFont() - Method in class jhplot.jadraw.JaAxes
Get label font
getLabelOffset(int) - Method in class jhplot.HPlot3D
Get offset for labels on X
getLabelRotation() - Method in class jhplot.jadraw.JaAxes
Get label rotation
getLabelsAll(int) - Method in class jhplot.HPlotJa
Get labels from all pads.
getLabelSpace(int) - Method in class jhplot.jadraw.JaAxes
Get label space
getLatexFS() - Method in class jhplot.jadraw.JaLatexText
Returns the latexfs property of this text object.
getLatexPanel() - Method in class jhplot.jadraw.JaLatexText
Returns the Panel that holds the String specifying this LatexText.
getLegend() - Method in class jhplot.DrawOptions
Returns true if this line style should draw the name in the legend of the graph, false otherwise
getLegend(int) - Method in class jhplot.SPlot
Get the legend for a dataset, or null if there is none.
getLegendDataset(String) - Method in class jhplot.SPlot
Given a legend string, return the corresponding dataset or -1 if no legend was added with that legend string.
getLegendFont() - Method in class jhplot.HPlot
Returns the font used by the legend.
getLegendPos(int) - Method in class jhplot.HPlot
Returns the x or y coordinates (defined in pixels, relative to the size of the panel showing the graph) of the legend.
getLegendPosUse() - Method in class jhplot.HPlot
Returns whether or not we use the legend coordinates.
getLegends() - Method in class jhplot.HPlotJa
Return all the keys used for data annotation
getLegendSpacing() - Method in class jhplot.HPlot
Returns the vertical spacing, between each line of the legend.
getLegendStyle() - Method in class jhplot.HPlotter
Get legend box of the current draw area (navigated with the cd() method).
getLineColor() - Method in class jhplot.FPR
Get line color
getLineParm() - Method in class jhplot.DrawOptions
Get all drawing parameters.
getLinePars() - Method in class jhplot.P1D
get LinePars class which holds graphical attributes
getLineWidth() - Method in class jhplot.HKey
Get a key line width
getListenableGraph() - Method in class jhplot.HGraph
Returns the current Listenable Graph
getLocation() - Method in class jhplot.math.num.pdf.Weibull
Access the location parameter.
getLower() - Method in class jhplot.math.num.pdf.Uniform
Access the lower parameter.
getLowerEdgeX(int) - Method in class jhplot.H2D
Get lower edge of the bin in X
getLowerEdgeX(int) - Method in class jhplot.HProf2D
Get lower edge of the bin in X
getLowerEdgeY(int) - Method in class jhplot.H2D
Get lower edge of the bins in Y
getLowerEdgeY(int) - Method in class jhplot.HProf2D
Get lower edge of the bins in Y
getMarginBackground() - Method in class jhplot.GHPanel
Get color for all global margins
getMarginBottom() - Method in class jhplot.HPlot
Returns the distance between the bottom-border of the panel and the bottom X-axis.
getMarginBottom() - Method in class jhplot.HPlotJa
Get size of bottom margin
getMarginBottom() - Method in class jhplot.jadraw.JaAxes
Get bottom margin
getMarginLeft() - Method in class jhplot.HPlot
Returns the distance between the left-border of the panel and the left Y-axis.
getMarginLeft() - Method in class jhplot.HPlotJa
Get margin from left side
getMarginLeft() - Method in class jhplot.jadraw.JaAxes
Get left margin
getMarginPanelBottom() - Method in class jhplot.GHPanel
get JPanel for bottom margin
getMarginPanelCenter() - Method in class jhplot.GHPanel
get JPanel for central with drawings
getMarginPanelLeft() - Method in class jhplot.GHPanel
get JPanel for left margin
getMarginPanelRight() - Method in class jhplot.GHPanel
get JPanel for right margin
getMarginPanelTop() - Method in class jhplot.GHPanel
get JPanel for top margin
getMarginRight() - Method in class jhplot.HPlot
Returns the distance between the right-border of the panel and the right Y-axis.
getMarginRight() - Method in class jhplot.HPlotJa
Get margin from right
getMarginRight() - Method in class jhplot.jadraw.JaAxes
Get right margin
getMarginSizeBottom() - Method in class jhplot.GHPanel
Get size of the bottom margin as ratio to the main panel
getMarginSizeLeft() - Method in class jhplot.GHPanel
Get the size of left margin terms of the ratio to the main panel
getMarginSizeRight() - Method in class jhplot.GHPanel
Get the size of right margin of the global canvas in terms of the ratio to thye global canvas
getMarginSizeTop() - Method in class jhplot.GHPanel
Get size of the top margin of global canvas in terms of ratio to the main panel
getMarginTop() - Method in class jhplot.HPlot
Returns the distance between the top-border of the panel and the top X-axis.
getMarginTop() - Method in class jhplot.HPlotJa
Get the size of the top margin
getMarginTop() - Method in class jhplot.jadraw.JaAxes
Get top margin
getMarginX() - Method in class jhplot.HPlotJa
Get margin in X between pads
getMarginY() - Method in class jhplot.HPlotJa
Get space between any 2 plots in Y
getMax() - Method in class jhplot.F1D
Get the maximum value in X
getMax() - Method in class jhplot.FND
Get the maximum value in X
getMax() - Method in class jhplot.H1D
Get Maximum value of axis
getMax() - Method in class jhplot.HProf1D
Get Maximum value of axis
getMax(int) - Method in class jhplot.jadraw.JaAxes
Get max value
getMax() - Method in class jhplot.P0D
Returns the maximum value.
getMax() - Method in class jhplot.P0I
Returns the minimum value.
getMax(int) - Method in class jhplot.P1D
Returns the maximum value in the range.
getMax(int) - Method in class jhplot.P2D
Returns the maximum value in the range.
getMax(int) - Method in class jhplot.P3D
Returns the maximum value in the range.
getMax() - Method in class jhplot.PND
Get min value
getMax() - Method in class jhplot.PNI
Get min value
getMaxAbsoluteResidual() - Method in class jhplot.stat.LinReg
Get max absolute residual
getMaximumIterations() - Method in class jhplot.math.num.IterativeMethod
Access the maximum number of iterations.
getMaximumIterations() - Method in class jhplot.math.num.root.Bracket
Access the maximum number of iterations.
getMaximumRelativeError() - Method in class jhplot.math.num.IterativeMethod
Access the maximum relative error.
getMaxIndex() - Method in class jhplot.P0D
Returns index corresponding to maximum value.
getMaxIndex() - Method in class jhplot.P0I
Returns index corresponding to maximum value.
getMaxIndex(int) - Method in class jhplot.P1D
Returns the index of maximum value in the range.
getMaxIter() - Method in class jhplot.HCellular
Returns the maximum generation number for GA evolutions
getMaxNumberOfSubticsLog() - Method in class jhplot.HPlot
Returns the maximum number of subticks for log scale (default is 10).
getMaxValue(int) - Method in class jhplot.HPlot
Returns the maximum data value for the specified axis.
getMaxValue(int) - Method in class jhplot.HPlotter
Returns the maximum data value for the specified axis.
getMaxValue() - Method in class jhplot.stat.Interpolator
Get min value of data in X
getMaxX() - Method in class jhplot.F2D
Get Max value in X
getMaxX() - Method in class jhplot.F3D
Get Max value in X
getMaxX() - Method in class jhplot.H2D
Get max value of axis in X
getMaxX() - Method in class jhplot.HProf2D
Get max value of axis in X
getMaxX() - Method in class jhplot.stat.LinReg
Get a maximum value for X
getMaxX() - Method in class jhplot.stat.LinRegWeighted
Get a maximum value for X
getMaxY() - Method in class jhplot.F2D
Get Max value in Y
getMaxY() - Method in class jhplot.F3D
Get Max value in Y
getMaxY() - Method in class jhplot.H2D
Get max value of Y axis
getMaxY() - Method in class jhplot.HProf2D
Get max value of Y axis
getMaxY() - Method in class jhplot.stat.LinReg
Get maximum value in Y
getMaxY() - Method in class jhplot.stat.LinRegWeighted
Get maximum value in Y
getMaxZ() - Method in class jhplot.F3D
Set Max value in Z
getMColor() - Method in class jhplot.GHMargin
Get the text color
getMean() - Method in class jhplot.math.num.pdf.Exponential
Access the mean.
getMean() - Method in class jhplot.math.num.pdf.Laplace
Access the mean.
getMean() - Method in class jhplot.math.num.pdf.Logistic
Access the mean.
getMean() - Method in class jhplot.math.num.pdf.LogNormal
Access the mean.
getMean() - Method in class jhplot.math.num.pdf.NegativeBinomial
Get mean value.
getMean() - Method in class jhplot.math.num.pdf.Normal
Access the mean.
getMean() - Method in class jhplot.math.num.pdf.Poisson
Access the mean.
getMean(int) - Method in class jhplot.stat.PCA
Get means for the component k
getMeans() - Method in class jhplot.stat.StatShape
Get weighted means in X and Y
getMeanX() - Method in class jhplot.H2D
Get mean on X.
getMeanX() - Method in class jhplot.HProf2D
Get mean on X.
getMeanY() - Method in class jhplot.H2D
Get mean on Y
getMeanY() - Method in class jhplot.HProf2D
Get mean on Y
getMedian() - Method in class jhplot.math.num.pdf.Cauchy
Access the location parameter.
getMFont() - Method in class jhplot.GHMargin
Get the font on this panel
getMin() - Method in class jhplot.F1D
Get the minimum value in X
getMin() - Method in class jhplot.FND
Get the minimum value in X
getMin() - Method in class jhplot.H1D
Get Minimum value of the axis
getMin() - Method in class jhplot.HProf1D
Get Minimum value of the axis
getMin(int) - Method in class jhplot.jadraw.JaAxes
Get min value
getMin() - Method in class jhplot.P0D
Returns the minimum value.
getMin() - Method in class jhplot.P0I
Returns the minimum value.
getMin(int) - Method in class jhplot.P1D
Returns the minimum value in the range.
getMin(int) - Method in class jhplot.P2D
Returns the minimum value in the range.
getMin(int) - Method in class jhplot.P3D
Returns the minimum value in the range.
getMin() - Method in class jhplot.PND
Get max value
getMin() - Method in class jhplot.PNI
Get max value
getMinIndex() - Method in class jhplot.P0D
Returns index corresponding to minimum value.
getMinIndex() - Method in class jhplot.P0I
Returns index corresponding to minimum value.
getMinIndex(int) - Method in class jhplot.P1D
Returns the index of minimum value in the range.
getMinValue(int) - Method in class jhplot.HPlot
Returns the minimum data value for the specified axis.
getMinValue(int) - Method in class jhplot.HPlotter
Returns the minimum data value for the specified axis.
getMinValue() - Method in class jhplot.stat.Interpolator
Get maximum value of data in X
getMinX() - Method in class jhplot.F2D
Get Min value in X
getMinX() - Method in class jhplot.F3D
Get Min value in X
getMinX() - Method in class jhplot.H2D
Get min value of axis in X
getMinX() - Method in class jhplot.HProf2D
Get min value of axis in X
getMinX() - Method in class jhplot.stat.LinReg
Get a minimum value for X
getMinX() - Method in class jhplot.stat.LinRegWeighted
Get a minimum value for X
getMinY() - Method in class jhplot.F2D
Get Min value in Y
getMinY() - Method in class jhplot.F3D
Get Min value in Y
getMinY() - Method in class jhplot.H2D
Get min value of Y axis
getMinY() - Method in class jhplot.HProf2D
Get min value of Y axis
getMinY() - Method in class jhplot.stat.LinReg
Get minimum value for Y
getMinY() - Method in class jhplot.stat.LinRegWeighted
Get minimum value for Y
getMinZ() - Method in class jhplot.F3D
Get Min value in Z
getModel() - Method in class jhplot.HView3D
Get the current model to build a object.
getMSE() - Method in class jhplot.stat.LinReg
Get MSE value
getMultiText() - Method in class jhplot.jadraw.JaTextBox
Get multiline text
getMutationRate() - Method in class jhplot.HCellular
Returns the mutation rate
getName() - Method in class jhplot.F1D
Get the name of the function used for evaluation
getName() - Method in class jhplot.F2D
Get the name of the function used for evaluation
getName() - Method in class jhplot.F3D
Get the name of the function used for evaluation
getName() - Method in class jhplot.FND
Get the name of the function used for evaluation
getName() - Method in class jhplot.FPR
Get parametric equation.
getName() - Method in class jhplot.PND
Get a new title
getNames() - Method in class jhplot.VHolder
Return Vector with the names
getNameX() - Method in class jhplot.DrawOptions
Get the name of X-axis
getNameY() - Method in class jhplot.DrawOptions
Get the title of Y-axis.
getNameZ() - Method in class jhplot.DrawOptions
Get the title of Z-axis
getNEntries() - Method in class jhplot.io.EFile
Get number of events stored in the file.
getNEntries() - Method in class jhplot.io.PFile
Get number of objects stored in the file.
getNetwork() - Method in class jhplot.HNeuralNet
Return neural net back.
getNFM(int) - Method in class jhplot.stat.FactorialMoments
Return results: NFM as a function of number of bins.
getNiterations() - Method in class jhplot.bsom.Bsom
 
getNiterations() - Method in class jhplot.HBsom
Get number of iterations used for fitting
getNKeys() - Method in class jhplot.io.FileRoot
Get number of objects in the current directory of a ROOT file.
getNtotX() - Method in class jhplot.GHFrame
Get the total number of graphs in X
getNtotX() - Method in class jhplot.HPlotJa
Get the total number of graphs in X
getNtotX() - Method in class jhplot.HPlotter
Get the total number of graphs in X
getNtotY() - Method in class jhplot.GHFrame
Get the total number of the graphs in Y
getNtotY() - Method in class jhplot.HPlotJa
Get the total number of the graphs in Y
getNtotY() - Method in class jhplot.HPlotter
Get the total number of the graphs in Y
getNumberOfFailures() - Method in class jhplot.math.num.pdf.Hypergeometric
Access the number of failures.
getNumberOfSuccesses() - Method in class jhplot.math.num.pdf.Hypergeometric
Access the number of successes.
getNumberOfSuccesses() - Method in class jhplot.math.num.pdf.NegativeBinomial
Access the number of successes.
getNumberOfTics(int) - Method in class jhplot.HPlot
Returns the number of ticks for the specified axis.
getNumberOfTrials() - Method in class jhplot.math.num.pdf.Binomial
Access the number of trials.
getNumDataSets() - Method in class jhplot.SPlot
Return the actual number of data sets.
getNumDigits(double) - Method in class jhplot.jadraw.JaAxes
Return the number of digits required to display the given number.
getNumeratorDegreesOfFreedom() - Method in class jhplot.math.num.pdf.FDistribution
Access the numerator degrees of freedom.
getNumRecords() - Method in class jhplot.io.BaseRecordsFile
Returns the number or records in the database.
getNumRecords() - Method in class jhplot.io.RecordsFile
Returns the current number of records in the database.
getObject(String) - Method in class jhplot.io.FileRoot
Get object associated with the key name in the current directory.
getObject(int) - Method in class jhplot.io.FileRoot
Get object associated with the key name in tthe current directory.
getObjectOutputStream() - Method in class jhplot.io.RecordWriter
 
getOptAxis(String) - Method in class jhplot.HPlotter
Get options for available parameters
getOptRegion(String) - Method in class jhplot.HPlotter
Get options for available parameters of the plotting region.
getOutputStream() - Method in class jhplot.io.RecordWriter
 
getOverflow() - Method in class jhplot.H1D
Number of overflow entries
getOverflow() - Method in class jhplot.HProf1D
Number of overflow entries
getOverflowEntriesX() - Method in class jhplot.H2D
Get overflow entries in Y
getOverflowEntriesX() - Method in class jhplot.HProf2D
Get overflow entries in Y
getOverflowEntriesY() - Method in class jhplot.H2D
Get overflow entries in Y
getOverflowEntriesY() - Method in class jhplot.HProf2D
Get overflow entries in Y
getOverflowHeightX() - Method in class jhplot.H2D
Get overflow entries in Y
getOverflowHeightX() - Method in class jhplot.HProf2D
Get overflow entries in Y
getOverflowHeightY() - Method in class jhplot.H2D
Get overflow height in Y
getOverflowHeightY() - Method in class jhplot.HProf2D
Get overflow height in Y
getOverflowlowHeight() - Method in class jhplot.H1D
Overflow height
getOverflowlowHeight() - Method in class jhplot.HProf1D
Overflow height
getP() - Method in class jhplot.math.LUDecomposition
Return pivot permutation vector
getP0D(int) - Method in class jhplot.PND
Return a specific column as an array
getP0I(int) - Method in class jhplot.PNI
Return a specific column as an array
getP0I(int[]) - Static method in class jhplot.utils.ColorPixel
Get array list with (R,G,B) from list of pixels.
getP1D(int) - Method in class jhplot.HBook
Get P1D object from the index (key)
getP1D(String) - Method in class jhplot.io.FileRoot
Get P1D associated with the key name.
getP1D(int, int) - Method in class jhplot.PND
Return 2 columns as P1D to show as a X-Y plot
getP1D(int, int) - Method in class jhplot.PNI
Return 2 columns as P1D to show as a X-Y plot
getP2D(int, int, int) - Method in class jhplot.PND
Return 3 columns as P2D to show as a X-Y-Z plot
getP2D(int, int, int) - Method in class jhplot.PNI
Return 3 columns as P2D to show as a X-Y-Z plot
getPad() - Method in class jhplot.HPlotJa
Get current pad object
getPad(int, int) - Method in class jhplot.HPlotJa
Get pad characterised by n1 and n2
getPad(int) - Method in class jhplot.jadraw.JaAxes
Get ID of the current pad
getPadHeight() - Method in class jhplot.HPlotJa
Get the height of the current pad in NDC system.
getPadPositionX() - Method in class jhplot.HPlotJa
Get the position of the current pad in X (NDC coordinate)
getPadPositionY() - Method in class jhplot.HPlotJa
Get the position of the current pad in Y (in NDC coordinate)
getPadWidth() - Method in class jhplot.HPlotJa
Get the width of the current pad in NDC system.
getPadX() - Method in class jhplot.jadraw.JaKey
Get pad ID in X
getPadX() - Method in class jhplot.jadraw.JaText
Get pad ID in X
getPadX() - Method in class jhplot.jadraw.JaTextBox
Get pad ID in X
getPadY() - Method in class jhplot.jadraw.JaKey
Get pad ID in Y
getPadY() - Method in class jhplot.jadraw.JaText
Get pad ID in Y
getPadY() - Method in class jhplot.jadraw.JaTextBox
Get pad ID in Y
getPanelSize() - Method in class jhplot.HPlot
Returns the dimensions of the panel used to display the graph.
getPar(String) - Method in class jhplot.HFitter
Get parameter value
getParAxis() - Method in class jhplot.HPlotter
Get available parameters for axis.
getParPlotter() - Method in class jhplot.HPlotter
Get available parameters for this canvas.
getParRegion() - Method in class jhplot.HPlotter
Get available parameters for this canvas.
getParse() - Method in class jhplot.F1D
Return parsed function.
getParse() - Method in class jhplot.F2D
Return parsed function.
getParse() - Method in class jhplot.F3D
Return parsed function.
getParText() - Method in class jhplot.HPlotter
Get available parameters to draw text
getPearsonR() - Method in class jhplot.stat.LinReg
Get pearson R
getPenColor() - Method in class jhplot.P3D
Get the color attribute
getPenWidth() - Method in class jhplot.FPR
Get width of line
getPenWidth() - Method in class jhplot.jadraw.JaKey
Get pen width used to draw the key
getPenWidth() - Method in class jhplot.jadraw.JaLine
Get line width
getPenWidth() - Method in class jhplot.P3D
Get width of the lines
getPenWidthAxes() - Method in class jhplot.HPlot3D
Gets the pen width to draw axes
getPenWidthAxis() - Method in class jhplot.HPlot
Get pen width to draw axis
getPicture() - Method in class jhplot.shapes.Picture
Get the image
getPixel(Color) - Static method in class jhplot.utils.ColorPixel
Convert color into compact integer representation of pixel.
getPixel(int, int, int) - Static method in class jhplot.utils.ColorPixel
Convert color (red,green,blue) into compact integer representation of pixel.
getPixel(int[], int[], int[]) - Static method in class jhplot.utils.ColorPixel
Convert arrays with R,G,B into a pixel color as in ImageJ.
getPlotCanvas() - Method in class jhplot.HPlot2D
Get the original canvas
getPlotRectangle() - Method in class jhplot.SPlot
Get the current plot rectangle.
getPlotter() - Method in class jhplot.HPlotter
Return JAS plotter
getPlotterStyle() - Method in class jhplot.HPlotter
Get current plotter style.
getPlotType() - Method in class jhplot.jadraw.JaAxes
 
getPNI(int[]) - Static method in class jhplot.utils.ColorPixel
Get array list with (R,G,B) from list of pixels.
getPoints() - Method in class jhplot.F1D
Get the number of points
getPoints() - Method in class jhplot.F2D
Get the number of points for evaluation of a function
getPoints() - Method in class jhplot.F3D
Get the number of points for evaluation of a function
getPoints() - Method in class jhplot.FND
Get the number of points
getPoints(DataArray) - Method in class jhplot.jadraw.JaAxes
 
getPointsNoCuts(DataArray) - Method in class jhplot.jadraw.JaAxes
 
getPopulationSize() - Method in class jhplot.HCellular
Returns the populationSize
getPosition() - Method in class jhplot.shapes.HShape
Get position of a primitive
getPositionCoordinate() - Method in class jhplot.HKey
Is the position set?
getPositionCoordinate() - Method in class jhplot.HLabel
Is the position set?
getPositionCoordinate() - Method in class jhplot.HLabelEq
Is the position set?
getPositionCoordinate() - Method in class jhplot.HMLabel
Is the position set?
getPositionCoordinate() - Method in class jhplot.shapes.HShape
Is the position set?
getPowerN(double[], int) - Static method in class jhplot.math.ArrayMathUtils
Sums all components then puts to power n.
getPrediction() - Method in class jhplot.stat.LinReg
Get prediction lines
getPrediction(Color) - Method in class jhplot.stat.LinReg
Get prediction lines
getPredictionBand() - Method in class jhplot.stat.LinReg
Calculate the prediction band in form of P1D with errors.
getPredictionBand(Color) - Method in class jhplot.stat.LinReg
Calculate the prediction band in form of P1D with errors.
getPredictionBand(Color, double) - Method in class jhplot.stat.LinReg
Calculate the prediction band in form of P1D with errors.
getPredictionBand(int, Color, double) - Method in class jhplot.stat.LinReg
Calculate the prediction band in form of P1D with errors.
getPreferences() - Static method in class jhplot.HPlotJa
Checks whether preferences have been saved from an earlier session and if yes, imports them.
getProbability() - Method in class jhplot.H1D
Return q probability distribution derived from a histogram.
getProbability() - Method in class jhplot.H2D
Return q probability distribution derived from a histogram.
getProbabilityOfSuccess() - Method in class jhplot.math.num.pdf.Binomial
Access probability of success.
getProbabilityOfSuccess() - Method in class jhplot.math.num.pdf.Geometric
Access probability of success.
getProbabilityOfSuccess() - Method in class jhplot.math.num.pdf.NegativeBinomial
Access probability of success.
getQ() - Method in class jhplot.math.QRDecomposition
Generate and return the (economy-sized) orthogonal factor
getQuick(int) - Method in class jhplot.P0D
Return a specific value at ith position without bound check.
getQuick(int) - Method in class jhplot.P0I
Return a specific value at ith position without bound checking.
getQuickX(int) - Method in class jhplot.P1D
Return a specific X-value quickly (no bound check).
getQuickY(int) - Method in class jhplot.P1D
Return a specific Y-value quickly (no bound check).
getR() - Method in class jhplot.math.QRDecomposition
Return the upper triangular factor
getRadius() - Method in class jhplot.shapes.Circle
Get the radius
getRadiusX() - Method in class jhplot.shapes.Ellipse
Get the radius in X
getRadiusY() - Method in class jhplot.shapes.Ellipse
Get the radius in Y
getRangeCopy(double[], int, int) - Static method in class jhplot.math.DoubleArray
Extract a section of an array.
getRangeCopy(int[], int, int) - Static method in class jhplot.math.IntegerArray
 
getReader() - Method in class jhplot.io.FileRoot
Returns RootFileReader
getRecords() - Method in class jhplot.io.HDataBase
Returns the current number of records in the database.
getRegionStyle() - Method in class jhplot.HPlotter
Get style of the current plotting region.
getRelativeError() - Method in interface jhplot.math.num.IterativeMethod.IterativeState
Access the current relative error in the evaluation.
getRelh() - Method in class jhplot.jadraw.JaObject
Returns the relative height of this object.
getRelHndc() - Method in class jhplot.jadraw.JaObject
Returns the relative height of this object in NDC.
getRelHuser() - Method in class jhplot.jadraw.JaObject
Returns the relative height of this object in USER.
getRelSize() - Method in class jhplot.jadraw.JaObject
Returns the relative width and height of this object.
getRelw() - Method in class jhplot.jadraw.JaObject
Returns the relative width of this object.
getRelWndc() - Method in class jhplot.jadraw.JaObject
Returns the relative width of this object in NDC.
getRelWuser() - Method in class jhplot.jadraw.JaObject
Returns the relative width of this object in USER.
getResiduals() - Method in class jhplot.stat.LinReg
Get residuals
getResult() - Method in class jhplot.HBsom
Get results of training.
getResult() - Method in class jhplot.HFitter
Get result of the fit.
getResult() - Method in class jhplot.stat.LinReg
Get the linear regression result
getResult() - Method in class jhplot.stat.LinRegWeighted
Get the fit results
getRGB(int) - Static method in class jhplot.utils.ColorPixel
Get (R,G,B) from a pixel color.
getRGB(int[]) - Static method in class jhplot.utils.ColorPixel
Get array list with (R,G,B) from list of pixels.
getRmsX() - Method in class jhplot.H2D
Get RMS on X
getRmsX() - Method in class jhplot.HProf2D
Get RMS on X
getRmsY() - Method in class jhplot.H2D
Get RMS on Y
getRmsY() - Method in class jhplot.HProf2D
Get RMS on Y
getRotAngle() - Method in class jhplot.jadraw.JaBlob
Returns the rotation angle of this blob.
getRotAngle() - Method in class jhplot.jadraw.JaKey
Returns the rotAngle property of this text object.
getRotAngle() - Method in class jhplot.jadraw.JaLatexText
Returns the rotAngle property of this text object.
getRotAngle() - Method in class jhplot.jadraw.JaText
Returns the rotAngle property of this text object.
getRotAngle() - Method in class jhplot.jadraw.JaTextBox
Returns the rotAngle property of this text object.
getRotAngle() - Method in class jhplot.jadraw.JaVertexT2
Returns the rotation angle of this vertex.
getRotateTicks(int) - Method in class jhplot.jadraw.JaAxes
Set true if ticks should be rotated
getRotation() - Method in class jhplot.GHMargin
Get the rotation angle of the text in degrees.
getRotation() - Method in class jhplot.HKey
Returns the rotation angle.
getRotation() - Method in class jhplot.HLabel
Returns the rotation angle.
getRotation() - Method in class jhplot.HMLabel
Returns the rotation angle.
getRotation() - Method in class jhplot.shapes.Text
Get the rotation angle
getRotationAngle() - Method in class jhplot.HPlot3D
Get the rotation angle
getRow(int) - Method in class jhplot.PND
Return a specific row as array
getRow(int) - Method in class jhplot.PNI
Return a specific row as array
getRowCopy(double[][], int) - Static method in class jhplot.math.DoubleArray
Extract a row from a matrix.
getRowCopy(int[][], int) - Static method in class jhplot.math.IntegerArray
 
getRowP0D(int) - Method in class jhplot.PND
Return a specific row as P0D
getRowP0D(int) - Method in class jhplot.PNI
Return a specific row as P0D
getRows(String, int, int) - Method in class jhplot.PND
Get rows : min is inxluded, max is not;
getRows(String, int, int) - Method in class jhplot.PNI
Get rows : min is inxluded, max is not;
getRowsCopy(double[][], int...) - Static method in class jhplot.math.DoubleArray
Extract specific rows from a matrix.
getRowsCopy(int[][], int...) - Static method in class jhplot.math.IntegerArray
 
getRowsRangeCopy(double[][], int, int) - Static method in class jhplot.math.DoubleArray
Extract a range of rows from a matrix.
getRowsRangeCopy(int[][], int, int) - Static method in class jhplot.math.IntegerArray
 
getRule() - Method in class jhplot.HCellular
Get current rule.
getRules() - Method in class jhplot.HCellular
Get all available rules
getRunNumber() - Method in class jhplot.HCellular
Returns the run number
getS() - Method in class jhplot.math.SingularValueDecomposition
Return the diagonal matrix of singular values
getSampleSize() - Method in class jhplot.math.num.pdf.Hypergeometric
Access the sample size.
getScale() - Method in class jhplot.math.num.pdf.Cauchy
Access the scale parameter.
getScale() - Method in class jhplot.math.num.pdf.Laplace
Access the scale.
getScale() - Method in class jhplot.math.num.pdf.Logistic
Access the scale parameter.
getScale() - Method in class jhplot.math.num.pdf.Rayleigh
Access the scale parameter.
getScale() - Method in class jhplot.math.num.pdf.Weibull
Access the scale parameter.
getScaledPosition(double, double) - Method in class jhplot.shapes.HShape
Scale the positions
getScaling() - Method in class jhplot.HPlot3D
Get the scaling
getSeparation() - Method in class jhplot.HKey
Return vertical separation between different keys.
getSettings(XMLWrite) - Method in class jhplot.shapes.HShape
Returns the settings of the primitive in a XML instance.
getShadow() - Method in class jhplot.HPlot
Returns whether or not a shadow will be drawn at the panel border.
getShadowColor() - Method in class jhplot.jadraw.JaTextBox
Get color of shadow
getShadowXOffset() - Method in class jhplot.jadraw.JaTextBox
Get shadow offset in X
getShadowYOffset() - Method in class jhplot.jadraw.JaTextBox
Get shadow offset in Y
getShape() - Method in class jhplot.math.num.pdf.Weibull
Access the shape parameter.
getShapeList() - Method in class jhplot.HPlotXYZ
Get list of shapes plotted on the current pad given by the cd() method.
getSingularValues() - Method in class jhplot.math.SingularValueDecomposition
Return the one-dimensional array of singular values
getSize() - Method in class jhplot.jadraw.JaObject
Returns the width and height of this object.
getSize() - Method in class jhplot.math.num.DoubleArray
Access the size of this array.
getSizeX() - Method in class jhplot.GHMargin
Get the size of this margin panel in X
getSizeX() - Method in class jhplot.GHPanel
Get the width of the main panel which keeps all margins and the central panel (in pixels)
getSizeX() - Method in class jhplot.HPlotJa
get X size
getSizeX() - Method in class jhplot.HPlotter
Get the width of the main panel which keeps all margins and the central panel (in pixels)
getSizeY() - Method in class jhplot.GHMargin
Get the size of this margin in Y
getSizeY() - Method in class jhplot.GHPanel
Get the height of the main panel which keeps all margins and the central panel (in pixels)
getSizeY() - Method in class jhplot.HPlotJa
get Y size
getSizeY() - Method in class jhplot.HPlotter
Get the height of the main panel which keeps all margins and the central panel (in pixels)
getSlicesCardinals() - Method in class jhplot.math.Slicing
 
getSlicesCenters() - Method in class jhplot.math.Slicing
 
getSlicesIndexes() - Method in class jhplot.math.Slicing
 
getSlicesWidths() - Method in class jhplot.math.Slicing
 
getSlicingMatrix() - Method in class jhplot.math.Slicing
 
getSlope() - Method in class jhplot.stat.LinReg
Get slope
getSlope() - Method in class jhplot.stat.LinRegWeighted
Get slope
getSlopeError() - Method in class jhplot.stat.LinReg
Get the standard error on slope
getSlopeError() - Method in class jhplot.stat.LinRegWeighted
Get the standard error on slope
getSSE() - Method in class jhplot.stat.LinReg
Get SSE value
getSSR() - Method in class jhplot.stat.LinReg
Ger SSR value
getStandardDeviation() - Method in class jhplot.math.num.pdf.LogNormal
Access the standard deviation.
getStandardDeviation() - Method in class jhplot.math.num.pdf.Normal
Access the standard deviation.
getStangle() - Method in class jhplot.jadraw.JaArcObject
Returns the stangle property of this arc object.
getStat() - Method in class jhplot.H1D
Calculate complete statistics for this histogram.
getStat() - Method in class jhplot.H2D
Calculate complete statistics for this histogram for the X or Y Unlike other methods (like mean or rms), it performs calculations on the existing histogram, thus the method is somewhat slow.
getStat() - Method in class jhplot.P0D
Get complete statistics for this container.
getStat() - Method in class jhplot.P0I
Get complete statistics for this container.
getStat(int) - Method in class jhplot.P1D
Get complete statistics for this container for a given axis.
getStatBoxStyle() - Method in class jhplot.HPlotter
Get statistical box of the current draw area (navigated with the cd() method).
getStatistics(H1D) - Method in class jhplot.HPlotJa
Get statistics in form of strings
getStatistics(P1D) - Method in class jhplot.HPlotJa
Get strings representing the statistics for the given object
getStatistics() - Method in class jhplot.jadraw.JaAxes
Get strings representing the statistics of the object
getStatParameters() - Method in class jhplot.H1D
Get statistical parameters of a Histogram as a list of strings
getStatString() - Method in class jhplot.P0D
Returns a string representing statistics.
getStatString() - Method in class jhplot.P0I
Get string with all statistics
getStd(int) - Method in class jhplot.stat.PCA
Get standard deviations
getStirlingError(double) - Static method in class jhplot.math.num.pdf.SaddlePoint
Compute the error of Stirling's series at the given value.
getString() - Method in class jhplot.GHMargin
Get the title of this panel
getStringPositionX() - Method in class jhplot.GHMargin
Get the text position in X relative to widths
getStringPositionY() - Method in class jhplot.GHMargin
Get the text position in Y relative to the frame height.
getStringValues() - Method in class jhplot.P0D
Return all values as a string.
getStringValues() - Method in class jhplot.P0I
Return all values as a string.
getStroke() - Method in class jhplot.jadraw.JaArcObject
Returns the stroke property of this arc object.
getStroke() - Method in class jhplot.jadraw.JaFillObject
Returns the stroke (line width) of this object.
getStroke() - Method in class jhplot.jadraw.JaLineObject
Returns the stroke property of this line object.
getStroke() - Method in class jhplot.jadraw.JaLoopObject
Returns the stroke property of this loop object.
getStroke() - Method in class jhplot.jadraw.JaVertex
Returns the stroke property of this line object.
getStroke() - Method in class jhplot.shapes.HShape
Get the Stroke to a specific value
getStyle() - Method in class jhplot.HPlot2D
Get current style
getStyle() - Method in class jhplot.HPlotter
Get style of the current graph.
getSubMatrixRangeCopy(double[][], int, int, int, int) - Static method in class jhplot.math.DoubleArray
Carve out a submatrix from the input matrix and return a copy.
getSubMatrixRangeCopy(int[][], int, int, int, int) - Static method in class jhplot.math.IntegerArray
 
getSubTicksNumber(int) - Method in class jhplot.jadraw.JaAxes
Get the number of sub-ticks
getSubTicksSize(int) - Method in class jhplot.jadraw.JaAxes
Get sub-tick size
getSubTicLength(int) - Method in class jhplot.HPlot
Returns the length of the sub-ticks.
getSubTicNumber(int) - Method in class jhplot.HPlot
Get the number of subticks for a given axis
getSummary() - Method in class jhplot.stat.PCA
Return projection vectors and information per projection vector.
getSummary() - Method in class jhplot.stat.StatShape
Return all shape parameters
getSumXSquared() - Method in class jhplot.stat.LinReg
Get sun of the square
getSurfaceModel() - Method in class jhplot.HPlot3D
Get current surface
getSxx() - Method in class jhplot.stat.LinReg
Get Sxx value: sumXsquared - sumX * sumX / n
getSymbol() - Method in class jhplot.DrawOptions
Get current symbol
getSymbol(DataArray) - Static method in class jhplot.HPlotJa
 
getSymbolColor() - Method in class jhplot.P2D
Get color attribute
getSymbolSize() - Method in class jhplot.P2D
Get size of the symbols
getSymm() - Method in class jhplot.jadraw.JaLineObject
Returns the symm property of this line object.
getSys(P1D[]) - Method in class jhplot.P1D
Return P1D array which contains 2nd level errors (or systematic errors) evaluated from an array of P1D data holders.
getSyy() - Method in class jhplot.stat.LinReg
Get SYY value: sumYsquared - sumY * sumY / n
getText() - Method in class jhplot.HKey
Get the text of the label.
getText() - Method in class jhplot.HLabel
Get the text of the label.
getText() - Method in class jhplot.HLabelEq
Get the equation text of the label.
getText() - Method in class jhplot.HMLabel
Get text of the label.
getText() - Method in class jhplot.jadraw.JaKey
Returns the textString property of this text object.
getText() - Method in class jhplot.jadraw.JaText
Returns the textString property of this text object.
getText() - Method in class jhplot.jadraw.JaTextBox
Returns the textString property of this text object.
getText() - Method in interface jhplot.math.io.StringPrintable
 
getText() - Method in class jhplot.shapes.Text
Get a string with the text
getTextBottom() - Method in class jhplot.GHPanel
Get the text of bottom margin.
getTextBottomColor() - Method in class jhplot.GHPanel
Get the color of bottom margin for the text.
getTextBottomColorBack() - Method in class jhplot.GHPanel
Get the background color of bottom margin
getTextBottomFont() - Method in class jhplot.GHPanel
Get the font of bottom margin.
getTextFonts() - Method in class jhplot.HPlotter
Get available fonts to draw text
getTextLeft() - Method in class jhplot.GHPanel
Get the text of left margin.
getTextLeftColor() - Method in class jhplot.GHPanel
Get the color of bottom margin for the text.
getTextLeftColorBack() - Method in class jhplot.GHPanel
Get the background color of left margin
getTextLeftFont() - Method in class jhplot.GHPanel
Get the font of left margin.
getTextPosBottomX() - Method in class jhplot.GHPanel
Get the text position in X relative to widths for bottom margin
getTextPosBottomY() - Method in class jhplot.GHPanel
Get the text position in Y relative to widths for bottom margin
getTextPosLeftX() - Method in class jhplot.GHPanel
Get the text position in X relative to widths for left margin
getTextPosLeftY() - Method in class jhplot.GHPanel
Get the text position in Y relative to widths for left margin
getTextPosRightX() - Method in class jhplot.GHPanel
Get the text position in X relative to widths for right margin
getTextPosRightY() - Method in class jhplot.GHPanel
Get the text position in Y relative to widths for right margin
getTextPosTopX() - Method in class jhplot.GHPanel
Get the text position in X relative to widths for top margin
getTextPosTopY() - Method in class jhplot.GHPanel
Get the text position in Y relative to widths for top margin
getTextRight() - Method in class jhplot.GHPanel
Get text of right margin.
getTextRightColor() - Method in class jhplot.GHPanel
Get the color of right margin for the text.
getTextRightColorBack() - Method in class jhplot.GHPanel
Get the background color of right margin
getTextRightFont() - Method in class jhplot.GHPanel
Get the font of right margin.
getTextRotationBottom() - Method in class jhplot.GHPanel
Get the text rotation for bottom margin
getTextRotationLeft() - Method in class jhplot.GHPanel
Get the text rotation for left margin
getTextRotationRight() - Method in class jhplot.GHPanel
Get the text rotation for right margin
getTextRotationTop() - Method in class jhplot.GHPanel
Get the text rotation for top margin
getTextString() - Method in class jhplot.jadraw.JaLatexText
Returns the textString property of this text object.
getTextTop() - Method in class jhplot.GHPanel
Get text of top margin (title).
getTextTopColor() - Method in class jhplot.GHPanel
Get the color of top margin for the text.
getTextTopColorBack() - Method in class jhplot.GHPanel
Get the background color of top margin
getTextTopFont() - Method in class jhplot.GHPanel
Get the font of top margin
getTicColor(int) - Method in class jhplot.HPlot
Returns the color used by the labels drawn at each tick.
getTicFont(int) - Method in class jhplot.HPlot
Returns the font used by the labels drawn at each tick.
getTicksNumber(int) - Method in class jhplot.jadraw.JaAxes
Get number of main ticks
getTicksSize(int) - Method in class jhplot.jadraw.JaAxes
Get subtick size
getTicLabel() - Method in class jhplot.jadraw.JaAxes
 
getTicLength(int) - Method in class jhplot.HPlot
Returns the length of the ticks.
getTicsMirror(int) - Method in class jhplot.HPlot
Returns whether or not we should draw ticks on the mirror axis.
getTicsRotate(int) - Method in class jhplot.HPlot
Returns whether or not we should rotate the ticks.
getTitle() - Method in class jhplot.DrawOptions
Get the title of an object
getTitle() - Method in class jhplot.F1D
Get a function title
getTitle() - Method in class jhplot.F2D
Get the title
getTitle() - Method in class jhplot.F3D
Get the title
getTitle() - Method in class jhplot.FND
Get the name of the function used for evaluation Same as getName().
getTitle() - Method in class jhplot.FPR
Get the title
getTitle() - Method in class jhplot.H1D
get Title of the histogram
getTitle() - Method in class jhplot.H2D
Get the title
getTitle() - Method in class jhplot.H3D
get Title of the histogram
getTitle() - Method in class jhplot.HPlotJas
Return title of this plotter.
getTitle() - Method in class jhplot.HPlotter
Return title of this plotter.
getTitle() - Method in class jhplot.HProf1D
get Title of the histogram
getTitle() - Method in class jhplot.io.FileRoot
Get ROOT title
getTitle() - Method in class jhplot.P0D
Get a new title
getTitle() - Method in class jhplot.P0I
Get a new title
getTitle() - Method in class jhplot.P1D
Get a new title
getTitle() - Method in class jhplot.P2D
Get a new title
getTitle() - Method in class jhplot.P3D
Get a new title
getTitle() - Method in class jhplot.PND
Get a new title
getTitle() - Method in class jhplot.PNI
Get a new title
getTitle() - Method in class jhplot.SPlot
Get the title of the graph, or an empty string if there is none.
getTitle() - Method in class jhplot.VHolder
Get title of the container
getTMax() - Method in class jhplot.HCellular
Returns used t_max
getTorus(String) - Static method in class jhplot.HCellular
 
getTransparency() - Method in class jhplot.jadraw.JaBlob
Get the transparency of it
getTransparency() - Method in class jhplot.jadraw.JaBox
Get the transparency of it
getTransparency() - Method in class jhplot.jadraw.JaLine
Get the transparency of it
getTransparency() - Method in class jhplot.shapes.HShape
Get the transparency level
getType() - Method in class jhplot.DrawOptions
Get the type of the object
getType() - Method in class jhplot.io.csv.bean.HeaderColumnNameMappingStrategy
 
getType() - Method in class jhplot.jadraw.JaKey
Get type of this object
getType() - Method in class jhplot.jadraw.JaText
Get identification type for this label
getType() - Method in class jhplot.jadraw.JaTextBox
Get identification number for this text object
getType() - Method in class jhplot.shapes.Arrow
Get the type of arrow
getU() - Method in class jhplot.math.LUDecomposition
Return upper triangular factor
getU() - Method in class jhplot.math.SingularValueDecomposition
Return the left singular vectors
getUnderflow() - Method in class jhplot.H1D
Number of underflow entries
getUnderflow() - Method in class jhplot.HProf1D
Number of underflow entries
getUnderflowEntriesX() - Method in class jhplot.H2D
Get underflow entries in X
getUnderflowEntriesX() - Method in class jhplot.HProf2D
Get underflow entries in X
getUnderflowEntriesY() - Method in class jhplot.H2D
Get underflow entries in Y
getUnderflowEntriesY() - Method in class jhplot.HProf2D
Get underflow entries in Y
getUnderflowHeight() - Method in class jhplot.H1D
Underflow height
getUnderflowHeight() - Method in class jhplot.HProf1D
Underflow height
getUnderflowHeightsX() - Method in class jhplot.HProf2D
Get underflow heights in X
getUnderflowHeightX() - Method in class jhplot.H2D
Get underflow height in X
getUnderflowHeightX() - Method in class jhplot.HProf2D
Get underflow height in X
getUnderflowHeightY() - Method in class jhplot.H2D
Get underflow height in Y
getUnderflowHeightY() - Method in class jhplot.HProf2D
Get underflow height in Y
getUpper() - Method in class jhplot.math.num.pdf.Uniform
Access the upper parameter.
getUpperEdgeX(int) - Method in class jhplot.H2D
Get upper edge of the bin in X
getUpperEdgeX(int) - Method in class jhplot.HProf2D
Get upper edge of the bin in X
getUpperEdgeY(int) - Method in class jhplot.H2D
Get upper edge of the bin in Y
getUpperEdgeY(int) - Method in class jhplot.HProf2D
Get upper edge of the bin in Y
getUserModeString() - Method in class jhplot.HCellular
 
getV() - Method in class jhplot.math.SingularValueDecomposition
Return the right singular vectors
getVal() - Method in class jhplot.math.ValueErr
Get current value
getValueAt(int, int) - Method in class jhplot.SPsheet
This method returns the cell object at those coordinates.
getValues(int) - Method in class jhplot.H1D
Get positions in X,Y and Errors.
getValues(int) - Method in class jhplot.HProf1D
Get positions in X,Y and Errors.
getVariance() - Method in class jhplot.math.num.pdf.NegativeBinomial
Get mean value.
getVars() - Method in class jhplot.FND
Return all variables
getVarString() - Method in class jhplot.FND
Get arguments of the function (independent variables).
getVersion() - Method in class jhplot.io.EFile
Get version of the input file.
getVersion() - Method in class jhplot.io.FileRoot
Get ROOT version
getVersion() - Method in class jhplot.io.PFile
Get version of the input file.
getVersion() - Static method in class jhplot.JHPlot
Get version information
getWhoAm() - Method in class jhplot.shapes.HShape
Primitive type
getWidth() - Method in class jhplot.jadraw.JaObject
Returns the width of this object.
getWidth() - Method in class jhplot.v3d.Model3d
 
getX(int) - Method in class jhplot.F1D
Get value in X-axis
getX(int) - Method in class jhplot.FND
Get value in X-axis
getX() - Method in class jhplot.HKey
Returns the X position of the text.
getX() - Method in class jhplot.HLabel
Returns the X position of the text.
getX() - Method in class jhplot.HLabelEq
Returns the X position of the text.
getX() - Method in class jhplot.HMLabel
Returns the X position of the text.
getX() - Method in class jhplot.jadraw.JaObject
Returns the x coordinate of this object.
getX(int) - Method in class jhplot.P1D
Return a specific X-value.
getX(int) - Method in class jhplot.P2D
Return a specific X-value.
getX(int) - Method in class jhplot.P3D
Return a specific X-value.
getX() - Method in class jhplot.v3d.Vector3d
 
getX1() - Method in class jhplot.jadraw.JaArcObject
Returns the x coordinate of the first click point of this arc.
getX1() - Method in class jhplot.jadraw.JaVertexT5
Returns the x coordinate of the first click point of this vertex.
getX2() - Method in class jhplot.jadraw.JaArcObject
Returns the x coordinate of the second click point of this arc.
getX2() - Method in class jhplot.jadraw.JaVertexT5
Returns the x coordinate of the second click point of this vertex.
getX3() - Method in class jhplot.jadraw.JaVertexT5
Returns the x coordinate of the third click point of this vertex.
getXAutoRange() - Method in class jhplot.SPlot
Get the range for X values of the data points registered so far.
getXBar() - Method in class jhplot.stat.LinReg
Get average x
getXBar() - Method in class jhplot.stat.LinRegWeighted
Get average x
getXE1left() - Method in class jhplot.P1D
Left error on X (1st level)
getXE1right() - Method in class jhplot.P1D
Right eroor on X
getXE2left() - Method in class jhplot.P1D
Left error on X (2nd level)
getXE2right() - Method in class jhplot.P1D
Right error (2nd level) on X
getXLabel() - Method in class jhplot.SPlot
Get the label for the X (horizontal) axis, or null if none has been set.
getXleft(int) - Method in class jhplot.P1D
Return a specific left error on X-value.
getXleftSys(int) - Method in class jhplot.P1D
Return a specific left error on X-value (systematic error).
getXLog() - Method in class jhplot.SPlot
Return whether the X axis is drawn with a logarithmic scale.
getXndc() - Method in class jhplot.jadraw.JaObject
Returns the NDC x coordinate of this object.
getXRange() - Method in class jhplot.SPlot
Get the X range.
getXright(int) - Method in class jhplot.P1D
Return a specific right error on X-value.
getXrightSys(int) - Method in class jhplot.P1D
Return a specific right error on X-value (systematic error).
getXTicks() - Method in class jhplot.SPlot
Get the X ticks that have been specified, or null if none.
getXuser() - Method in class jhplot.jadraw.JaObject
Returns the USER x coordinate of this object.
getXval() - Method in class jhplot.P1D
Get array of X values;
getXYCoord(int, int, int, int) - Method in class jhplot.jadraw.JaBox
Get coordinates of the box
getY(int) - Method in class jhplot.F1D
Get value in Y-axis
getY(int) - Method in class jhplot.FND
Get value in Y-axis
getY() - Method in class jhplot.HKey
Returns the Y position of the text.
getY() - Method in class jhplot.HLabel
Returns the Y position of the text.
getY() - Method in class jhplot.HLabelEq
Returns the Y position of the text.
getY() - Method in class jhplot.HMLabel
Returns the Y position of the text.
getY() - Method in class jhplot.jadraw.JaObject
Returns the y coordinate of this object.
getY(int) - Method in class jhplot.P1D
Return a specific Y-value.
getY(int) - Method in class jhplot.P2D
Return a specific Y-value.
getY(int) - Method in class jhplot.P3D
Return a specific Y-value.
getY() - Method in class jhplot.v3d.Vector3d
 
getY1() - Method in class jhplot.jadraw.JaArcObject
Returns the y coordinate of the first click point of this arc.
getY1() - Method in class jhplot.jadraw.JaVertexT5
Returns the y coordinate of the first click point of this vertex.
getY2() - Method in class jhplot.jadraw.JaArcObject
Returns the y coordinate of the second click point of this arc.
getY2() - Method in class jhplot.jadraw.JaVertexT5
Returns the y coordinate of the second click point of this vertex.
getY3() - Method in class jhplot.jadraw.JaVertexT5
Returns the y coordinate of the third click point of this vertex.
getYAutoRange() - Method in class jhplot.SPlot
Get the range for Y values of the data points registered so far.
getYBar() - Method in class jhplot.stat.LinReg
Get average Y
getYBar() - Method in class jhplot.stat.LinRegWeighted
Get average Y
getYE1down() - Method in class jhplot.P1D
Down error on Y (1st level)
getYE1upper() - Method in class jhplot.P1D
Upper error on Y (1st level)
getYE2down() - Method in class jhplot.P1D
Down error on Y (2nd level)
getYE2upper() - Method in class jhplot.P1D
Upper error on Y (2nd level)
getYLabel() - Method in class jhplot.SPlot
Get the label for the Y (vertical) axis, or null if none has been set.
getYLog() - Method in class jhplot.SPlot
Return whether the Y axis is drawn with a logarithmic scale.
getYlower(int) - Method in class jhplot.P1D
Return a specific lower error on Y-value.
getYlowerSys(int) - Method in class jhplot.P1D
Return a specific total lower error on Y-value.
getYndc() - Method in class jhplot.jadraw.JaObject
Returns the NDC y coordinate of this object.
getYRange() - Method in class jhplot.SPlot
Get the Y range.
getYTicks() - Method in class jhplot.SPlot
Get the Y ticks that have been specified, or null if none.
getYupper(int) - Method in class jhplot.P1D
Return a specific upper error on Y-value.
getYupperSys(int) - Method in class jhplot.P1D
Return a specific systematical upper error on Y-value.
getYuser() - Method in class jhplot.jadraw.JaObject
Returns the USER y coordinate of this object.
getYval() - Method in class jhplot.P1D
Get array of Y values;
getZ(int) - Method in class jhplot.P2D
Return a specific Z-value.
getZ(int) - Method in class jhplot.P3D
Return a specific Z-value.
getZ() - Method in class jhplot.v3d.Vector3d
 
GHFrame - Class in jhplot
Create main Frame with several plots.
GHFrame(String, int, int, int, int, boolean) - Constructor for class jhplot.GHFrame
Create main frame window
GHFrame(String, int, int) - Constructor for class jhplot.GHFrame
Construct a GHFrame with a single plot/graph.
GHFrame(String, int, int, boolean) - Constructor for class jhplot.GHFrame
Construct a GHFrame canvas with a single plot/graph.
GHFrame(String, int, int, int, int) - Constructor for class jhplot.GHFrame
Construct a GHFrame canvas with plots/graphs.
GHFrame(String) - Constructor for class jhplot.GHFrame
Construct a GHFrame canvas with a plot with the default parameters 600 by 400, and 10% space for the global title
GHFrame() - Constructor for class jhplot.GHFrame
Construct a GHFrame canvas with a plot with the default parameters 600 by 400, and 10% space for the global title "Default".
GHMargin - Class in jhplot
Panels with global margin.
GHMargin(GHPanel, String) - Constructor for class jhplot.GHMargin
Main class to create global margin
GHPanel - Class in jhplot
Class to build the global panel with graphics.
GHPanel(int, int) - Constructor for class jhplot.GHPanel
Create a panel with graphics.
GlArc(float, float, float, float, float, float) - Static method in class jhplot.jadraw.Diagram
 
GLine(float, float) - Static method in class jhplot.jadraw.Diagram
A g-line for ghost particles.
GlLine(float, float) - Static method in class jhplot.jadraw.Diagram
Get a gluon line object
GlLoop(float, float) - Static method in class jhplot.jadraw.Diagram
Get a gluon loop object
GLoop(float, float) - Static method in class jhplot.jadraw.Diagram
Get a g-loop object

H

H1D - Class in jhplot
Class to create a histogram in one dimension (1D).
H1D() - Constructor for class jhplot.H1D
Build 1D histogram.
H1D(String, int, double, double) - Constructor for class jhplot.H1D
Build 1D histogram
H1D(String, double[]) - Constructor for class jhplot.H1D
Create 1D histogram with variable bin size.
H1D(String, IAxis) - Constructor for class jhplot.H1D
Create 1D histogram with variable bin size.
H1D(Histogram1D) - Constructor for class jhplot.H1D
Create H1D histogram from JAIDA Histogram1D class.
H1D(Cloud1D, int) - Constructor for class jhplot.H1D
Create H1D histogram from JAIDA Cloud1D class.
H1D(IHistogram1D) - Constructor for class jhplot.H1D
Create H1D histogram from JAIDA IHistogram1D class
H1D(String, H1D) - Constructor for class jhplot.H1D
Create H1D from another instance.
H1D(TH1) - Constructor for class jhplot.H1D
Create H1D histogram from JAIDA TH1 histogram class
H2D - Class in jhplot
Main class to create a 2D histogram.
H2D(String, int, double, double, int, double, double) - Constructor for class jhplot.H2D
Create 2D histogram
H2D(IHistogram2D) - Constructor for class jhplot.H2D
Create H2D histogram from JAIDA IHistogram2D class
H2D(Cloud2D, int, int) - Constructor for class jhplot.H2D
Create H2D histogram from Cloud2D.
H2D(String, double[], double[]) - Constructor for class jhplot.H2D
Create a 2D histogram using variable size bins in X and Y
H2D(String, IAxis, IAxis) - Constructor for class jhplot.H2D
Define H2D in terms of axis
H2D(Histogram2D) - Constructor for class jhplot.H2D
Create a H2D histogram from JAIDA histogram
H2D(TH2) - Constructor for class jhplot.H2D
Create H2D histogram from JAIDA TH1 histogram class
H3D - Class in jhplot
Create histogram in 3D
H3D(String, IAxis, IAxis, IAxis) - Constructor for class jhplot.H3D
Create 3D histogram
HALF_LOG_2_PI - Static variable in interface jhplot.math.num.Constants
1/2 * log(2 π).
hashCode() - Method in class jhplot.math.ValueErr
 
hashCode() - Method in class jhplot.P0D
Returns the hash code value for this collection.
hashCode() - Method in class jhplot.P0I
Returns the hash code value for this collection.
hashCode() - Method in class jhplot.P1D
Returns the hash code value for this collection (onoy X,Y values)
HBayes - Class in jhplot
HBayes is a set of tools for the creation and manipulation of Bayesian networks.
HBayes() - Constructor for class jhplot.HBayes
Initialize .
HBook - Class in jhplot
This class is used to book histograms for writing and reading.
HBook(String) - Constructor for class jhplot.HBook
Initialize HBook.
HBook() - Constructor for class jhplot.HBook
Initialize HBook class.
HBsom - Class in jhplot
The Bayesian self-organizing map (BSOM).
HBsom() - Constructor for class jhplot.HBsom
Initialize BSOM.
HCellular - Class in jhplot
A two-dimensional cellular automata toolkit.
HCellular() - Constructor for class jhplot.HCellular
Build a Cellular automata.
HChart - Class in jhplot
Create various charts, such as pie, histograms, bar charts including 3D emulation, lines.
HChart(String, int, int, int, int, boolean) - Constructor for class jhplot.HChart
Create HChart canvas with a several chart plots
HChart(String, int, int) - Constructor for class jhplot.HChart
Construct a HChart canvas with a single plot/graph
HChart(String, int, int, boolean) - Constructor for class jhplot.HChart
Construct a HChart canvas with a single plot/graph
HChart(String, int, int, int, int) - Constructor for class jhplot.HChart
Construct a HChart canvas with plots/graphs
HChart(String) - Constructor for class jhplot.HChart
Construct a HChart canvas with a plot with the default parameters 600 by 400, and 10% space for the global title
HChart() - Constructor for class jhplot.HChart
Construct a HChart canvas with a plot with the default parameters 600 by 400, and 10% space for the global title "Default"
HCluster - Class in jhplot
A Canvas to build a canvas for interactive data clustering.
HCluster() - Constructor for class jhplot.HCluster
Show a frame for clustering.
HCluster(DataHolder) - Constructor for class jhplot.HCluster
Show jMinHEP frame for clustering analysis.
HDataBase - Class in jhplot.io
This raw-level database allows to store and retrieve objects.
HDataBase(String, String) - Const