protected abstract static class AreaCalculations.Calculation extends Object
Modifier and Type | Field and Description |
---|---|
protected double[] |
current |
protected double[] |
previous |
double |
result |
protected double[] |
start |
Modifier | Constructor and Description |
---|---|
protected |
Calculation() |
Modifier and Type | Method and Description |
---|---|
void |
apply(PathIterator path) |
double |
calculate(PathIterator path) |
abstract void |
handleSegment() |
protected double[] start
protected double[] previous
protected double[] current
public double result
public abstract void handleSegment()
public void apply(PathIterator path)
public double calculate(PathIterator path)
Copyright © 2015–2021 Fiji. All rights reserved.