Class UEmpty

java.lang.Object
net.sourceforge.plantuml.ugraphic.UEmpty
All Implemented Interfaces:
UShape

public class UEmpty extends java.lang.Object implements UShape
  • Constructor Summary

    Constructors
    Constructor
    Description
    UEmpty(double width, double height)
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double
     
    double
     

    Methods inherited from class java.lang.Object

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

    • UEmpty

      public UEmpty(double width, double height)
    • UEmpty

      public UEmpty(Dimension2D dim)
  • Method Details

    • getWidth

      public double getWidth()
    • getHeight

      public double getHeight()