Class ExpandTransform
java.lang.Object
net.sourceforge.plantuml.klimt.compress.ExpandTransform
- All Implemented Interfaces:
PiecewiseAffineTransform
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddExpandExcludingLimit(double position, double extend) voidaddExpandIncludingLimit(double position, double extend) toString()doubletransform(double init)
-
Constructor Details
-
ExpandTransform
public ExpandTransform()
-
-
Method Details
-
toString
-
addExpandIncludingLimit
public void addExpandIncludingLimit(double position, double extend) -
addExpandExcludingLimit
public void addExpandExcludingLimit(double position, double extend) -
transform
public double transform(double init) - Specified by:
transformin interfacePiecewiseAffineTransform
-