public class IdentityInflationTransform extends Object implements IInflationTransform
Constructor and Description |
---|
IdentityInflationTransform() |
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) |
public void addInflationX(double xpos, double inflation)
addInflationX
in interface IInflationTransform
public void addInflationY(double ypos, double inflation)
addInflationY
in interface IInflationTransform
public double getTotalInflationX()
getTotalInflationX
in interface IInflationTransform
public double getTotalInflationY()
getTotalInflationY
in interface IInflationTransform
public Point2D inflatePoint2D(Point2D point)
inflatePoint2D
in interface IInflationTransform
public List<Line2D.Double> inflate(Collection<Line2D.Double> segments)
inflate
in interface IInflationTransform
Copyright © 2017. All Rights Reserved.