Class UTranslate
java.lang.Object
net.sourceforge.plantuml.klimt.UTranslate
- All Implemented Interfaces:
UChange
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(XRectangle2D rect) compose(UTranslate other) static UTranslatedx(double dx) static UTranslatedy(double dy) doublegetDx()doublegetDy()booleanisAlmostSame(UTranslate other) multiplyBy(double v) static UTranslatenone()static UTranslatereverse()rotate(double angle) scaled(double scale) sym()toString()
-
Constructor Details
-
UTranslate
public UTranslate(double dx, double dy)
-
-
Method Details
-
toString
-
none
-
dx
-
dy
-
point
-
getDx
public double getDx() -
getDy
public double getDy() -
isAlmostSame
-
getTranslated
-
scaled
-
compose
-
reverse
-
apply
-
multiplyBy
-
sym
-
getPosition
-
rotate
-