No no, the interface would be DebugDraw if that line of what I'm thinking is correct, which again I'm not sure of at all. So it would be more like
And then include all the methods of DebugDraw.
Code:
public class Draw implements DebugDraw
{
}
And then include all the methods of DebugDraw.