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

  1. package mx.core
  2. {
  3.    import flash.geom.Rectangle;
  4.    
  5.    public interface IRectangularBorder extends IBorder
  6.    {
  7.        
  8.       
  9.       function get backgroundImageBounds() : Rectangle;
  10.       
  11.       function get hasBackgroundImage() : Boolean;
  12.       
  13.       function set backgroundImageBounds(param1:Rectangle) : void;
  14.       
  15.       function layoutBackgroundImage() : void;
  16.    }
  17. }
  18.