Class ExpandTransform
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.comp.ExpandTransform
-
- All Implemented Interfaces:
PiecewiseAffineTransform
public class ExpandTransform extends Object implements PiecewiseAffineTransform
-
-
Constructor Summary
Constructors Constructor Description ExpandTransform()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addExpandExcludingLimit(double position, double extend)
void
addExpandIncludingLimit(double position, double extend)
String
toString()
double
transform(double init)
-
-
-
Method Detail
-
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 interfacePiecewiseAffineTransform
-
-