Class UDrawableUtils

java.lang.Object
net.sourceforge.plantuml.graphic.UDrawableUtils

public class UDrawableUtils extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static UDrawable
    move(UDrawable orig, double dx, double dy)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UDrawableUtils

      public UDrawableUtils()
  • Method Details