net.sourceforge.plantuml.ugraphic
Class UTranslate

java.lang.Object
  extended by net.sourceforge.plantuml.ugraphic.UTranslate
All Implemented Interfaces:
UChange

public class UTranslate
extends Object
implements UChange


Constructor Summary
UTranslate()
           
UTranslate(double dx, double dy)
           
UTranslate(Point2D p)
           
 
Method Summary
 UTranslate compose(UTranslate other)
           
 double getDx()
           
 double getDy()
           
 Point2D getTranslated(Point2D p)
           
 UTranslate reverse()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UTranslate

public UTranslate(double dx,
                  double dy)

UTranslate

public UTranslate(Point2D p)

UTranslate

public UTranslate()
Method Detail

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.