Class UEmpty

  • All Implemented Interfaces:
    UShape

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

      Constructors 
      Constructor Description
      UEmpty​(double width, double height)  
      UEmpty​(java.awt.geom.Dimension2D dim)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getHeight()  
      double getWidth()  
      • Methods inherited from class java.lang.Object

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

      • UEmpty

        public UEmpty​(double width,
                      double height)
      • UEmpty

        public UEmpty​(java.awt.geom.Dimension2D dim)
    • Method Detail

      • getWidth

        public double getWidth()
      • getHeight

        public double getHeight()