Package net.sourceforge.plantuml.geom
Class InflationTransform
- java.lang.Object
-
- net.sourceforge.plantuml.geom.InflationTransform
-
public class InflationTransform extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description InflationTransform()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddInflationX(int xpos, int inflation)voidaddInflationY(int ypos, int inflation)java.util.List<LineSegmentInt>inflate(java.util.Collection<LineSegmentInt> segments)Point2DIntinflatePoint2DInt(Point2DInt point)java.lang.StringtoString()
-
-
-
Method Detail
-
addInflationX
public void addInflationX(int xpos, int inflation)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
addInflationY
public void addInflationY(int ypos, int inflation)
-
inflatePoint2DInt
public Point2DInt inflatePoint2DInt(Point2DInt point)
-
inflate
public java.util.List<LineSegmentInt> inflate(java.util.Collection<LineSegmentInt> segments)
-
-