@override getBindingProperty(String propertyName) { switch (propertyName) { case SRC: return src; case WIDTH: return width; case HEIGHT: return height; } }