public class InflationTransform
extends java.lang.Object
Constructor and Description |
---|
InflationTransform() |
Modifier and Type | Method and Description |
---|---|
void |
addInflationX(int xpos,
int inflation) |
void |
addInflationY(int ypos,
int inflation) |
java.util.List<LineSegmentInt> |
inflate(java.util.Collection<LineSegmentInt> segments) |
Point2DInt |
inflatePoint2DInt(Point2DInt point) |
java.lang.String |
toString() |
public void addInflationX(int xpos, int inflation)
public java.lang.String toString()
toString
in class java.lang.Object
public void addInflationY(int ypos, int inflation)
public Point2DInt inflatePoint2DInt(Point2DInt point)
public java.util.List<LineSegmentInt> inflate(java.util.Collection<LineSegmentInt> segments)