Class ExpandTransform

java.lang.Object
net.sourceforge.plantuml.ugraphic.comp.ExpandTransform
All Implemented Interfaces:
PiecewiseAffineTransform

public class ExpandTransform extends java.lang.Object implements PiecewiseAffineTransform
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addExpandExcludingLimit(double position, double extend)
     
    void
    addExpandIncludingLimit(double position, double extend)
     
    java.lang.String
     
    double
    transform(double init)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ExpandTransform

      public ExpandTransform()
  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.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