Class Dimension2DDouble

java.lang.Object
java.awt.geom.Dimension2D
org.gvsig.layout.mapbox.model.Dimension2DDouble
All Implemented Interfaces:
Cloneable

public class Dimension2DDouble extends Dimension2D
Author:
fdiaz
  • Field Details

    • width

      public double width
    • height

      public double height
  • Constructor Details

    • Dimension2DDouble

      public Dimension2DDouble()
    • Dimension2DDouble

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