* Returns destination that this Graphics renders to. This could be
* either an Image or a Component; subclasses of SurfaceData are
* responsible for returning the appropriate object.
*/
public Object getDestination() {
throw new NotYetImplementedError();
}