Class Dimension2dDouble

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class Dimension2dDouble
    extends java.awt.geom.Dimension2D
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      double getHeight()  
      double getWidth()  
      int hashCode()  
      void setSize​(double width, double height)  
      java.lang.String toString()  
      • Methods inherited from class java.awt.geom.Dimension2D

        clone, setSize
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Dimension2dDouble

        public Dimension2dDouble()
      • Dimension2dDouble

        public Dimension2dDouble​(double width,
                                 double height)
    • Method Detail

      • getWidth

        public double getWidth()
        Specified by:
        getWidth in class java.awt.geom.Dimension2D
      • getHeight

        public double getHeight()
        Specified by:
        getHeight in class java.awt.geom.Dimension2D
      • setSize

        public void setSize​(double width,
                            double height)
        Specified by:
        setSize in class java.awt.geom.Dimension2D
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object