1. package flash.display {
  2.     public interface IGraphicsPath extends Object {
  3.         public function IGraphicsPath();
  4.     }
  5. }