Class Dimension2dDouble

java.lang.Object
java.awt.geom.Dimension2D
org.apache.poi.xdgf.geom.Dimension2dDouble
All Implemented Interfaces:
Cloneable

public class Dimension2dDouble extends Dimension2D
  • Constructor Details

    • Dimension2dDouble

      public Dimension2dDouble()
    • Dimension2dDouble

      public Dimension2dDouble(double width, double height)
  • Method Details