Package fis.data.distance.input.preview
Class DefaultPreview
- java.lang.Object
-
- fis.data.distance.input.preview.DefaultPreview
-
-
Field Summary
-
Fields inherited from interface fis.data.distance.input.preview.Preview
DISTANCE_COUNT
-
-
Constructor Summary
Constructors Constructor Description DefaultPreview(JInput input)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetDistanceMax()doublegetDistanceMin()double[]getDistances()
-
-
-
Method Detail
-
getDistances
public double[] getDistances()
- Specified by:
getDistancesin interfacePreview
-
getDistanceMin
public double getDistanceMin()
- Specified by:
getDistanceMinin interfacePreview
-
getDistanceMax
public double getDistanceMax()
- Specified by:
getDistanceMaxin interfacePreview
-
-