public class AreaCalculator extends Object
| Constructor and Description |
|---|
AreaCalculator() |
| Modifier and Type | Method and Description |
|---|---|
static Double |
getArea(double x0,
double y0,
double x1,
double y1) |
static Double |
getArea(TreeMap<String,Double> data) |
static TreeMap<String,Double> |
getAreas(TreeMap<String,TreeMap<String,Double>> dataSet) |
Copyright © 2016 Apache Software Foundation. All Rights Reserved.