public interface IInflationTransform
| 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) |
void addInflationX(double xpos,
double inflation)
void addInflationY(double ypos,
double inflation)
double getTotalInflationX()
double getTotalInflationY()
List<Line2D.Double> inflate(Collection<Line2D.Double> segments)
Copyright © 2017. All rights reserved.