org.deegree_impl.model.resources
Class XDimension2D

java.lang.Object
  extended byorg.deegree_impl.model.resources.XDimension2D

public final class XDimension2D
extends java.lang.Object

Implement float and double version of Dimension2D. This class is only temporary; it will disaspear if JavaSoft implements Dimension2D.Float and Dimension2D.Double.

Version:
1.0
Author:
Martin Desruisseaux

Nested Class Summary
static class XDimension2D.Double
          Implement double version of Dimension2D.
static class XDimension2D.Float
          Implement float version of Dimension2D.
 
Constructor Summary
private XDimension2D()
          Do not allow instantiation of this class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XDimension2D

private XDimension2D()
Do not allow instantiation of this class.