PEAR Progress2 logo

HTML_Progress2 : The Definitive Guide

Name

HTML_Progress2::getCellCoordinates — Returns coordinates of each cell for a polygonal progress meter

Synopsis

      require_once 'HTML/Progress2.php';
     
array HTML_Progress2::getCellCoordinates( );  
  ;

Description

Get array of all cell coordinates (x,y) that define a polygonal progress meter. For example, a 3x3 square as: (0,0) for top left corner, (2,0) for top right corner, (2,2) for bottom right corner, and (0,2) for bottom left corner.

Throws

throws no exceptions thrown

See

see HTML_Progress2::setCellCoordinates

Note

since 2.0.0

This function can not be called statically.

HTML_Progress2 : The Definitive Guide v 2.4.0 : April 20, 2007