net.sourceforge.plantuml.graph2
Interface IInflationTransform

All Known Implementing Classes:
IdentityInflationTransform, InflationTransform2

public interface IInflationTransform


Method Summary
 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)
           
 

Method Detail

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.