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