Uses of Class
org.pentaho.reporting.engine.classic.core.util.geom.StrictPoint

Packages that use StrictPoint
org.pentaho.reporting.engine.classic.core.util.geom Strict (fixed point) arithmetics classes for the layouting engine. 
 

Uses of StrictPoint in org.pentaho.reporting.engine.classic.core.util.geom
 

Methods in org.pentaho.reporting.engine.classic.core.util.geom that return StrictPoint
static StrictPoint StrictGeomUtility.createPoint(double x, double y)
          Creates a StrictPoint from the given AWT coordinates.
 StrictPoint StrictPoint.getLockedInstance()
          Returns a copy of this bounds object which cannot be modified anymore.
 StrictPoint StrictPoint.getUnlockedInstance()
          Returns a copy of this bounds object which can be modified later.