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 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()
-
-
-
Method Detail
-
addInflationX
public void addInflationX(int xpos, int inflation)
-
toString
public java.lang.String toString()
- Overrides:
toString
in 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)
-
-