|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjhplot.DrawOptions
jhplot.H2D
public class H2D
Main class to creat 2D histogram. Based on JAIDA class Histogram2D
Constructor Summary | |
---|---|
H2D(Histogram2D h1)
Create a H2D histogram from JAIDA histogram |
|
H2D(java.lang.String title,
int binsX,
double minX,
double maxX,
int binsY,
double minY,
double maxY)
Create 2D histogram |
Method Summary | |
---|---|
void |
fill(double value1,
double value2)
Fill H1D histogram |
Histogram2D |
get()
Get the JAIDA Histogram2D |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public H2D(java.lang.String title, int binsX, double minX, double maxX, int binsY, double minY, double maxY)
title
- TitlebinsX
- Number of bins in XminX
- Min value in XmaxX
- Max value in XbinsY
- Number of bins in YminY
- Min value in YmaxY
- Max value in Ypublic H2D(Histogram2D h1)
h1
- Histogram2D histogramMethod Detail |
---|
public Histogram2D get()
public void fill(double value1, double value2)
value1
- value in Xvalue2
- value in Y
|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |