Uses of Interface
de.xima.fc.common.geometry.Rectangular1DLike
- 
Packages that use Rectangular1DLike Package Description de.xima.fc.common.geometry  - 
- 
Uses of Rectangular1DLike in de.xima.fc.common.geometry
Subinterfaces of Rectangular1DLike in de.xima.fc.common.geometry Modifier and Type Interface Description interfaceRectangular1D<Numerical extends Number>A one-dimensional rectangular shape, with only a width.interfaceRectangular2D<Numerical extends Number>A 2-dimensional rectangular shape.interfaceRectangular2DLike<Numerical extends Number>A rectangular shape of at least dimension 2.Classes in de.xima.fc.common.geometry that implement Rectangular1DLike Modifier and Type Class Description classRectangular2DDoubleA two-dimensional rectangular shape, with a width and a height, where both dimensions are of typedouble. 
 -