Do you mean something like this?
Draw method for a shape around the object:
g.draw(object.getModel().getArea(object.getGridX(), object.getGridY(), myPlayer().getZ()));
If this doesn't answer your question, try to look in the Model class for what you need.
Khaleesi