Package org.pentaho.reporting.engine.classic.core.util.geom

Strict (fixed point) arithmetics classes for the layouting engine.

See:
          Description

Class Summary
StrictBounds The StrictBounds class is a replacement for the Rectangle2D classes.
StrictDimension A dimension object that uses micro-points as units of measurement.
StrictGeomUtility This class is the heart of the alternative geometrics toolkit.
StrictInsets Creation-Date: 09.07.2006, 20:22:06
StrictPoint A StrictPoint class represents a coordinate in the report layout.
 

Package org.pentaho.reporting.engine.classic.core.util.geom Description

Strict (fixed point) arithmetics classes for the layouting engine. Using float or double is (sadly) unreliable, as most operation create rounding errors. Although fixed point arithmetics also create errors on certain operations, these errors can be tracked down easier than with floats or doubles.