Inheritance diagram for oh.ISHistogram2D:


Public Member Functions | |
| ISHistogram2D () | |
| void | publishGuts (is.Ostream out) |
| void | refreshGuts (is.Istream in) |
Public Attributes | |
| double | is_xmean |
| Mean of the whole histogram projected to the x-axis. | |
| double | is_xrms |
| RMS of the whole histogram projected to the x-axis. | |
| double | is_ymean |
| Mean of the whole histogram projected to the y-axis. | |
| double | is_yrms |
| RMS of the whole histogram projected to the y-axis. | |
Protected Member Functions | |
| ISHistogram2D (String type) | |
| void | initialize () |
| Called if the axis is null. | |
Definition at line 14 of file ISHistogram2D.java.
1.4.6