Class ExpandTransform

java.lang.Object
net.sourceforge.plantuml.klimt.compress.ExpandTransform
All Implemented Interfaces:
PiecewiseAffineTransform

public class ExpandTransform extends Object implements PiecewiseAffineTransform
  • Constructor Details

    • ExpandTransform

      public ExpandTransform()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • addExpandIncludingLimit

      public void addExpandIncludingLimit(double position, double extend)
    • addExpandExcludingLimit

      public void addExpandExcludingLimit(double position, double extend)
    • transform

      public double transform(double init)
      Specified by:
      transform in interface PiecewiseAffineTransform