net.sourceforge.plantuml.ugraphic
Class UTranslate
java.lang.Object
net.sourceforge.plantuml.ugraphic.UTranslate
- All Implemented Interfaces:
- UChange
public class UTranslate
- extends Object
- implements UChange
UTranslate
public UTranslate(double dx,
double dy)
UTranslate
public UTranslate(Point2D p)
UTranslate
public UTranslate()
toString
public String toString()
- Overrides:
toString
in class Object
getDx
public double getDx()
getDy
public double getDy()
getTranslated
public Point2D getTranslated(Point2D p)
compose
public UTranslate compose(UTranslate other)
reverse
public UTranslate reverse()
Copyright © 2013. All Rights Reserved.