net.sourceforge.plantuml.graph2
Interface IInflationTransform
- All Known Implementing Classes:
- IdentityInflationTransform, InflationTransform2
public interface IInflationTransform
addInflationX
void addInflationX(double xpos,
double inflation)
addInflationY
void addInflationY(double ypos,
double inflation)
getTotalInflationX
double getTotalInflationX()
getTotalInflationY
double getTotalInflationY()
inflatePoint2D
Point2D inflatePoint2D(Point2D point)
inflate
List<Line2D.Double> inflate(Collection<Line2D.Double> segments)
Copyright © 2014. All Rights Reserved.