Class Dimension2DDouble

java.lang.Object
java.awt.geom.Dimension2D
org.apache.xmlgraphics.java2d.Dimension2DDouble
All Implemented Interfaces:
Serializable, Cloneable

public class Dimension2DDouble extends Dimension2D implements Serializable
Subclass of Dimension2D which takes double values.
See Also:
  • Constructor Details

    • Dimension2DDouble

      public Dimension2DDouble()
      Default constructor.
    • Dimension2DDouble

      public Dimension2DDouble(double width, double height)
      Main constructor.
      Parameters:
      width - initial width
      height - initial height
  • Method Details