public class InflationTransform2 extends Object implements IInflationTransform
| Constructor and Description |
|---|
InflationTransform2() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInflationX(double xpos,
double inflation) |
void |
addInflationY(double ypos,
double inflation) |
double |
getTotalInflationX() |
double |
getTotalInflationY() |
List<Line2D.Double> |
inflate(Collection<Line2D.Double> segments) |
Point2D |
inflatePoint2D(Point2D point) |
String |
toString() |
public void addInflationX(double xpos,
double inflation)
addInflationX in interface IInflationTransformpublic void addInflationY(double ypos,
double inflation)
addInflationY in interface IInflationTransformpublic double getTotalInflationX()
getTotalInflationX in interface IInflationTransformpublic double getTotalInflationY()
getTotalInflationY in interface IInflationTransformpublic Point2D inflatePoint2D(Point2D point)
inflatePoint2D in interface IInflationTransformpublic List<Line2D.Double> inflate(Collection<Line2D.Double> segments)
inflate in interface IInflationTransformCopyright © 2017. All rights reserved.