public interface Renderable
| Modifier and Type | Method and Description | 
|---|---|
| void | render(DrawContext dc)Causes this  Renderableto render itself using the provided draw context. | 
void render(DrawContext dc)
Renderable to render itself using the provided draw context.dc - the DrawContext to be usedIllegalArgumentException - if the draw context is null.DrawContext