net.sourceforge.plantuml.ugraphic
Class UGraphicUtils

java.lang.Object
  extended by net.sourceforge.plantuml.ugraphic.UGraphicUtils

public abstract class UGraphicUtils
extends Object


Constructor Summary
UGraphicUtils()
           
 
Method Summary
static UDrawable3 translate(UDrawable3 d, double dx, double dy)
           
static UGraphic translate(UGraphic g, double tx, double ty)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UGraphicUtils

public UGraphicUtils()
Method Detail

translate

public static UDrawable3 translate(UDrawable3 d,
                                   double dx,
                                   double dy)

translate

public static UGraphic translate(UGraphic g,
                                 double tx,
                                 double ty)


Copyright © 2012. All Rights Reserved.