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

about - Variable in class jhplot.GHFrame
 
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.
AbstractContinuousRandomVariable(RNG) - Constructor for class jhplot.math.num.random.AbstractContinuousRandomVariable
Create a random variable with the given source generator.
AbstractDiscreteRandomVariable - Class in jhplot.math.num.random
Base continuous random variable that provides a {@link RNG) instance as a source for uniform random numbers.
AbstractDiscreteRandomVariable(RNG) - Constructor for class jhplot.math.num.random.AbstractDiscreteRandomVariable
Create a random variable with the given source generator.
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(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(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
 
addAndAverage(P1D[]) - Method in class jhplot.P1D
Return P1D array with weighted average of several measurements.
addComp(Component) - Method in class jhplot.GHPanel
Add a component to the main panel
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.
addEdge(String, String) - Method in class jhplot.HGraph
Add a connector between 2 vertexes
addEntryToIndex(String, RecordHeader, int) - Method in class jhplot.io.BaseRecordsFile
Appends an entry to end of index.
addEntryToIndex(String, RecordHeader, int) - Method in class jhplot.io.RecordsFile
Adds the new record to the in-memory index and calls the super class add the index entry to the file.
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.
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.
addObject(Object3d) - Method in class jhplot.v3d.Model3d
 
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.
addRow() - Method in class jhplot.SPsheet
Adds row to end of table
addStatBox(int, int) - Method in class jhplot.HPlotJa
 
addToBack(JaObject) - Method in class jhplot.HPlotJa
Add an object to background.
addToFront(JaObject) - Method in class jhplot.HPlotJa
Add an object to foreground.
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
allocateRecord(String, int) - Method in class jhplot.io.BaseRecordsFile
Locates space for a new record of dataLength size and initializes a RecordHeader.
allocateRecord(String, int) - Method in class jhplot.io.RecordsFile
This method searches the file for free space and then returns a RecordHeader which uses the space.
alpha_max_power - Variable in class jhplot.bsom.BsomDemo
 
alpha_min_power - Variable in class jhplot.bsom.BsomDemo
 
alphaSlider - Variable in class jhplot.bsom.BsomDemo
 
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
 
arcArrow(VectorGraphics, Color, double, float, boolean) - Method in class jhplot.jadraw.JaArcObject
Draws an arrow on this arc.
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
 
autoButton - Variable in class jhplot.bsom.BsomDemo
 
autoRange - Variable in class jhplot.jadraw.JaAxes
 
autoscaleX - Variable in class jhplot.stat.LinReg
 
autoscaleY - Variable in class jhplot.stat.LinReg
 
axesArrow - Variable in class jhplot.jadraw.JaAxes
 
AxisExponent - Variable in class jhplot.jadraw.JaAxes
 
axisExponent(int) - Method in class jhplot.jadraw.JaAxes
Get exponent for the axis
axisLength - Variable in class jhplot.jadraw.JaAxes
 
axisLengthX() - Method in class jhplot.HPlot
Length of X axis in pixels.
axisLengthY() - Method in class jhplot.HPlot
Length of Y axis in pixels.

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
© Copyright 2005-2011 S.Chekanov. All Rights Reserved.
jHPlot package, a part of jHepWork: is a full-featured multiplatform data-analysis framework