Package cz.vutbr.fit.layout.impl
Class ParameterFloat
- java.lang.Object
-
- cz.vutbr.fit.layout.impl.BaseParameter
-
- cz.vutbr.fit.layout.impl.ParameterFloat
-
- All Implemented Interfaces:
Parameter
public class ParameterFloat extends BaseParameter
- Author:
- burgetr
-
-
Constructor Summary
Constructors Constructor Description ParameterFloat(String name)ParameterFloat(String name, float minValue, float maxValue)ParameterFloat(String name, String description, float minValue, float maxValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetMaxValue()floatgetMinValue()-
Methods inherited from class cz.vutbr.fit.layout.impl.BaseParameter
getDescription, getName
-
-