net.sourceforge.plantuml.geom
Class InflationTransform

java.lang.Object
  extended by net.sourceforge.plantuml.geom.InflationTransform

public class InflationTransform
extends Object


Constructor Summary
InflationTransform()
           
 
Method Summary
 void addInflationX(int xpos, int inflation)
           
 void addInflationY(int ypos, int inflation)
           
 List<LineSegmentInt> inflate(Collection<LineSegmentInt> segments)
           
 Point2DInt inflatePoint2DInt(Point2DInt point)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InflationTransform

public InflationTransform()
Method Detail

addInflationX

public void addInflationX(int xpos,
                          int inflation)

toString

public String toString()
Overrides:
toString in class Object

addInflationY

public void addInflationY(int ypos,
                          int inflation)

inflatePoint2DInt

public Point2DInt inflatePoint2DInt(Point2DInt point)

inflate

public List<LineSegmentInt> inflate(Collection<LineSegmentInt> segments)


Copyright © 2014. All Rights Reserved.