public interface Renderable
Modifier and Type | Method and Description |
---|---|
void |
render(DrawContext dc)
Causes this
Renderable to 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 usedjava.lang.IllegalArgumentException
- if the draw context is null.DrawContext