public class InflationTransform extends Object
Constructor and Description |
---|
InflationTransform() |
Modifier and Type | Method and Description |
---|---|
void |
addInflationX(int xpos,
int inflation) |
void |
addInflationY(int ypos,
int inflation) |
List<LineSegmentInt> |
inflate(Collection<LineSegmentInt> segments) |
Point2DInt |
inflatePoint2DInt(Point2DInt point) |
String |
toString() |
public void addInflationX(int xpos, int inflation)
public void addInflationY(int ypos, int inflation)
public Point2DInt inflatePoint2DInt(Point2DInt point)
public List<LineSegmentInt> inflate(Collection<LineSegmentInt> segments)
Copyright © 2015. All Rights Reserved.