org.jfree.report.util.geom |
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.
|
Java Source File Name | Type | Comment |
StrictBounds.java | Class | The StrictBounds class is a replacement for the Rectangle2D classes. |
StrictDimension.java | Class | A dimension object that uses micro-points as units of measurement. |
StrictGeomUtility.java | Class | This class is the heart of the alternative geometrics toolkit. |
StrictInsets.java | Class | |
StrictPoint.java | Class | A StrictPoint class represents a coordinate in the report layout. |