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 UTranslatedx(double dx) static UTranslatedy(double dy) doublegetDx()doublegetDy()getTranslated(Dimension2D dim) booleanisAlmostSame(UTranslate other) multiplyBy(double v) static UTranslatenone()reverse()scaled(double scale) sym()toString()
-
Constructor Details
-
UTranslate
public UTranslate(double dx, double dy) -
UTranslate
-
UTranslate
public UTranslate()
-
-
Method Details