Class ExpandTransform
java.lang.Object
net.sourceforge.plantuml.klimt.compress.ExpandTransform
- All Implemented Interfaces:
PiecewiseAffineTransform
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addExpandExcludingLimit
(double position, double extend) void
addExpandIncludingLimit
(double position, double extend) toString()
double
transform
(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:
transform
in interfacePiecewiseAffineTransform
-