Contents
Class DimensionSpace
java.lang.Object
org.jlab.physics.base.DimensionSpace
- Author:
- gavalian
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
int
getBin()
double
getMax()
double
getMin()
getName()
int
getNBins()
getPanel()
double
double
getValue()
void
reset()
final void
void
setContsrains
(double lower, double upper) void
setNBins
(int bins) void
void
setValue
(double value) void
setValueNormalized
(double value) toString()
-
Constructor Details
-
Method Details
-
set
-
reset
public void reset() -
setContsrains
public void setContsrains(double lower, double upper) -
getRandom
public double getRandom() -
setRandom
public void setRandom() -
getBin
public int getBin() -
getNBins
public int getNBins() -
setNBins
public void setNBins(int bins) -
getName
-
setValue
public void setValue(double value) -
setValueNormalized
public void setValueNormalized(double value) -
getValue
public double getValue() -
getMin
public double getMin() -
getMax
public double getMax() -
createPanel
public void createPanel() -
getPanel
-
toString
-