| Class | Description |
|---|---|
| DrawOptions |
Main class which sets graphic attributes for all jHPlot classes (histograms
and data holders).
|
| F1D |
Create a function in one dimension using "x" as a variable.
|
| F2D |
Create 2D function.
|
| F3D |
Create 3D function using 3 independent variables: x,y,z.
|
| FND |
Create a function in multiple dimensions.
|
| FNon |
Non-parametric function implementation.
|
| FPR |
Class to build parametric functions using two independent variables, u and v.
|
| FProxy |
A proxy for all functions.
|
| H1D |
Histogram in one dimension (1D).
|
| H1DA |
Adaptive histogram in one dimension (1D).
|
| H2D |
Histogram in two dimensions (2D).
|
| H3D |
Create histogram in 3D
|
| HChart |
Create various charts, such as pie, histograms, bar charts including 3D
emulation, lines.
|
| HCluster |
A Canvas to build a canvas for interactive data clustering.
|
| HFit |
Main class for fit data or histograms.
|
| HFitter |
Fit data (H1D or P1D).
|
| HKey |
Create an interactive key label in the USER or NDC coordinates.
|
| HLabel |
Create an interactive Label in the USER or NDC coordinates.
|
| HLabelEq |
Create an equation using the LaTex syntax.
|
| HMLabel |
Create an interactive multi-line label in the USER or NDC coordinates.
|
| HParam |
Global setting for all DMelt jhplot class methods for mathematical calculations.
|
| HPlot |
HPlot class to create a canvas with several plots.
|
| HPlot3D |
Create a interactive canvas to show objects in 3D.
|
| HPlot3DP |
Create a frame for showing 3D parametric functions.
|
| HPlotJas |
Create a canvas using the JAS plotter API.
|
| HProf1D |
Create profile histogram in 1D.
|
| HProf2D |
Profile histogram in 2D.
|
| HTable |
Build a table in a frame to display data in various containers (P1D, H1D,
F1D).
|
| IO |
Methods used for input-output serialization of Java objects.
|
| JHPlot |
Show information about jHplot.
|
| P0D |
A container to hold data points in one dimension.
|
| P0I |
A container to hold integer data points in one dimension.
|
| P1D |
A container to hold data points with 1st and 2nd level errors.
|
| P2D |
A container to hold data points in X,Y,Z.
|
| P3D |
A container to hold data points in X,Y,Z and their extensions dX,dY,dZ.
|
| Plottable |
All objects which can be plottable should implement this class.
|
| PND |
Data holder in 2D for double values.
|
| PNI |
Data holder in 2D for integer number.
|
| SHPlot |
A class to create a 2D canvas with several plots.
|
| SHPlot3D |
A class to create a 3D canvas to display H2D and F2D objects.
|
| VHolder |
A class to transform any HPlot container (H1D,H2D,P1D..) to a vector for
further manipulations
|
| Web |
Simple file downloader similar to Unix WGET.
|
Jas4pp 1.5 © Java Analysis Studio for Particle Physics