home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Puzzle / HexiomConnect.swf / scripts / mx / core / IBorder.as < prev    next >
Text File  |  2008-08-29  |  132b  |  10 lines

  1. package mx.core
  2. {
  3.    public interface IBorder
  4.    {
  5.        
  6.       
  7.       function get borderMetrics() : EdgeMetrics;
  8.    }
  9. }
  10.