public final class BoundedFloat extends AbstractBounded<Float>
Constructor and Description |
---|
BoundedFloat(Float lower,
Float initValue,
Float upper,
boolean lowerStrict,
boolean upperStrict)
Creates a new Bounded Float object.
|
Modifier and Type | Method and Description |
---|---|
void |
setValue(String s)
Set a new value to the BoundedFloat object.
|
getLowerBound, getUpperBound, getValue, isLowerBoundStrict, isUpperBoundStrict, setValue
public BoundedFloat(Float lower, Float initValue, Float upper, boolean lowerStrict, boolean upperStrict)
lower
- The lower bound value.initValue
- Initial of default value for the Float.upper
- The upper bound value.lowerStrict
- True means that the value cannot be equal to the lower bound.upperStrict
- True means that the value cannot be equal to the upper bound.public void setValue(String s)
setValue
in class AbstractBounded<Float>
s
- String converted into Float.Copyright 2011 Cytoscape Consortium. All rights reserved.