|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumontreal.iro.lecuyer.contactcenters.app.params.HistogramParams
public class HistogramParams
Determine the parameters for a histogram.
Field Summary | |
---|---|
protected Double |
leftBoundary
|
protected Integer |
numBins
|
protected Double |
rightBoundary
|
protected Boolean |
syncTicks
|
Constructor Summary | |
---|---|
HistogramParams()
|
Method Summary | |
---|---|
double |
getLeftBoundary()
Gets the value of the leftBoundary property. |
int |
getNumBins()
Gets the value of the numBins property. |
double |
getRightBoundary()
Gets the value of the rightBoundary property. |
boolean |
isSetLeftBoundary()
|
boolean |
isSetNumBins()
|
boolean |
isSetRightBoundary()
|
boolean |
isSetSyncTicks()
|
boolean |
isSyncTicks()
Gets the value of the syncTicks property. |
void |
setLeftBoundary(double value)
Sets the value of the leftBoundary property. |
void |
setNumBins(int value)
Sets the value of the numBins property. |
void |
setRightBoundary(double value)
Sets the value of the rightBoundary property. |
void |
setSyncTicks(boolean value)
Sets the value of the syncTicks property. |
void |
unsetLeftBoundary()
|
void |
unsetNumBins()
|
void |
unsetRightBoundary()
|
void |
unsetSyncTicks()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Boolean syncTicks
protected Integer numBins
protected Double leftBoundary
protected Double rightBoundary
Constructor Detail |
---|
public HistogramParams()
Method Detail |
---|
public boolean isSyncTicks()
Boolean
public void setSyncTicks(boolean value)
value
- allowed object is
Boolean
public boolean isSetSyncTicks()
public void unsetSyncTicks()
public int getNumBins()
Integer
public void setNumBins(int value)
value
- allowed object is
Integer
public boolean isSetNumBins()
public void unsetNumBins()
public double getLeftBoundary()
Double
public void setLeftBoundary(double value)
value
- allowed object is
Double
public boolean isSetLeftBoundary()
public void unsetLeftBoundary()
public double getRightBoundary()
Double
public void setRightBoundary(double value)
value
- allowed object is
Double
public boolean isSetRightBoundary()
public void unsetRightBoundary()
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |