- java.lang.Object
-
- net.sourceforge.plantuml.graph2.InflationTransform2
-
- All Implemented Interfaces:
IInflationTransform
public class InflationTransform2 extends Object implements IInflationTransform
-
-
Constructor Summary
Constructors Constructor Description InflationTransform2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
String
toString()
-
-
-
Method Detail
-
addInflationX
public void addInflationX(double xpos, double inflation)
- Specified by:
addInflationX
in interfaceIInflationTransform
-
addInflationY
public void addInflationY(double ypos, double inflation)
- Specified by:
addInflationY
in interfaceIInflationTransform
-
getTotalInflationX
public double getTotalInflationX()
- Specified by:
getTotalInflationX
in interfaceIInflationTransform
-
getTotalInflationY
public double getTotalInflationY()
- Specified by:
getTotalInflationY
in interfaceIInflationTransform
-
inflatePoint2D
public Point2D inflatePoint2D(Point2D point)
- Specified by:
inflatePoint2D
in interfaceIInflationTransform
-
inflate
public List<Line2D.Double> inflate(Collection<Line2D.Double> segments)
- Specified by:
inflate
in interfaceIInflationTransform
-
-