DrawableImageFactory =  type { 
                    ...added methods below... }
                    | Method signature | Return type | 
|---|---|
                            
                            at(
                            location:
                            Point)
                            size(
                            width:
                            Number, 
                            height:
                            Number)
                            url(
                            url:
                            String)
                            on(
                            canvas:
                            DrawingCanvas)
                         | 
                        
                            
                            Graphic2D
                         |