Class PathUtils

java.lang.Object
net.sourceforge.plantuml.project.draw.PathUtils

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static UPath
    UtoLeft(double width, double height, double round)
     
    static UPath
    UtoRight(double width, double height, double round)
     

    Methods inherited from class java.lang.Object

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

    • PathUtils

      public PathUtils()
  • Method Details

    • UtoRight

      public static UPath UtoRight(double width, double height, double round)
    • UtoLeft

      public static UPath UtoLeft(double width, double height, double round)