Class UTranslate
java.lang.Object
net.sourceforge.plantuml.ugraphic.UTranslate
- All Implemented Interfaces:
UChange
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply
(Rectangle2D rect) compose
(UTranslate other) static UTranslate
dx
(double dx) static UTranslate
dy
(double dy) double
getDx()
double
getDy()
getTranslated
(Dimension2D dim) 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