Class UTranslate
java.lang.Object
net.sourceforge.plantuml.ugraphic.UTranslate
- All Implemented Interfaces:
UChange
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply
(XRectangle2D rect) compose
(UTranslate other) static UTranslate
dx
(double dx) static UTranslate
dy
(double dy) double
getDx()
double
getDy()
boolean
isAlmostSame
(UTranslate other) multiplyBy
(double v) static UTranslate
none()
reverse()
scaled
(double scale) sym()
toString()
-
Constructor Details
-
UTranslate
public UTranslate(double dx, double dy) -
UTranslate
-
UTranslate
public UTranslate()
-
-
Method Details